]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/DelSel.c
(move_it_to): When stopping at a charpos, check if that's a continued
[gnu-emacs] / oldXMenu / DelSel.c
index 76adcc17f2fd70e7f814a9b00a4f8c8c9b9c4055..e7b6ace3845535bb6222437738e3478a17bf12b7 100644 (file)
@@ -1,7 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* $Header: /cvs/emacs/oldXMenu/DelSel.c,v 1.1 1999/10/03 19:34:58 fx Exp $ */
-/* Copyright    Massachusetts Institute of Technology    1985  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
@@ -70,3 +70,6 @@ XMenuDeleteSelection(display, menu, p_num, s_num)
     _XMErrorCode = XME_NO_ERROR;
     return(s_num);
 }
+
+/* arch-tag: 24ca2bc7-8a37-471a-8095-e6363fc1ed10
+   (do not change this comment) */