diff options
Diffstat (limited to 'oldXMenu/Locate.c')
-rw-r--r-- | oldXMenu/Locate.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/oldXMenu/Locate.c b/oldXMenu/Locate.c index 145812dc3b3..1fbae84c881 100644 --- a/oldXMenu/Locate.c +++ b/oldXMenu/Locate.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvs/emacs/oldXMenu/Locate.c,v 1.1 1999/10/03 19:35:09 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/Locate.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -76,3 +76,6 @@ XMenuLocate(display, menu, p_num, s_num, x_pos, y_pos, ul_x, ul_y, width, height _XMErrorCode = XME_NO_ERROR; return(XM_SUCCESS); } + +/* arch-tag: 1ff94bab-cf67-4c92-bff4-dc0130153173 + (do not change this comment) */ |