diff options
Diffstat (limited to 'oldXMenu/InsSel.c')
-rw-r--r-- | oldXMenu/InsSel.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c index b2c75c1043a..f2b6b2627b4 100644 --- a/oldXMenu/InsSel.c +++ b/oldXMenu/InsSel.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvs/emacs/oldXMenu/InsSel.c,v 1.1 1999/10/03 19:35:05 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/InsSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -114,3 +114,6 @@ XMenuInsertSelection(menu, p_num, s_num, data, label, active) _XMErrorCode = XME_NO_ERROR; return(s_num); } + +/* arch-tag: 8398626f-81cb-4e13-8ebc-aac1b9237663 + (do not change this comment) */ |