diff options
Diffstat (limited to 'oldXMenu/Post.c')
-rw-r--r-- | oldXMenu/Post.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c index d10b04945d0..8d850ca0815 100644 --- a/oldXMenu/Post.c +++ b/oldXMenu/Post.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvs/emacs/oldXMenu/Post.c,v 1.2 2000/01/27 15:30:47 gerd Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/Post.c,v 1.3 2003/02/04 14:19:01 lektu Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -83,3 +83,6 @@ XMenuPost(display, menu, p_num, s_num, x_pos, y_pos, event_mask) return(data); } } + +/* arch-tag: 7b6104e5-fa32-4342-aa17-05296a30dd70 + (do not change this comment) */ |