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