diff options
Diffstat (limited to 'oldXMenu/Recomp.c')
-rw-r--r-- | oldXMenu/Recomp.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c index 933a6bf9f33..952bf9f4b54 100644 --- a/oldXMenu/Recomp.c +++ b/oldXMenu/Recomp.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvs/emacs/oldXMenu/Recomp.c,v 1.1 1999/10/03 19:35:11 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/Recomp.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -102,3 +102,6 @@ XMenuRecompute(display, menu) _XMErrorCode = XME_NO_ERROR; return(XM_SUCCESS); } + +/* arch-tag: 1fe99b82-3873-4aab-b2b3-f277c93e00d9 + (do not change this comment) */ |