diff options
Diffstat (limited to 'oldXMenu/DelPane.c')
-rw-r--r-- | oldXMenu/DelPane.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c index f656c32ea07..aaa91db1e65 100644 --- a/oldXMenu/DelPane.c +++ b/oldXMenu/DelPane.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvs/emacs/oldXMenu/DelPane.c,v 1.1 1999/10/03 19:34:57 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/DelPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -86,3 +86,6 @@ XMenuDeletePane(display, menu, p_num) _XMErrorCode = XME_NO_ERROR; return(p_num); } + +/* arch-tag: 32a5bfd4-4bac-4090-bb53-844110f4908e + (do not change this comment) */ |