diff options
Diffstat (limited to 'oldXMenu/FindPane.c')
-rw-r--r-- | oldXMenu/FindPane.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c index af1ecce51bb..7950bc431aa 100644 --- a/oldXMenu/FindPane.c +++ b/oldXMenu/FindPane.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvs/emacs/oldXMenu/FindPane.c,v 1.1 1999/10/03 19:35:02 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/FindPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -62,3 +62,6 @@ XMenuFindPane(menu, label) _XMErrorCode = XME_P_NOT_FOUND; return (XM_FAILURE); } + +/* arch-tag: b6c94285-0d1d-4569-a071-b34b63c67a54 + (do not change this comment) */ |