summaryrefslogtreecommitdiff
path: root/oldXMenu/FindSel.c
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu/FindSel.c')
-rw-r--r--oldXMenu/FindSel.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c
index 97853fae05d..af3ce1324a6 100644
--- a/oldXMenu/FindSel.c
+++ b/oldXMenu/FindSel.c
@@ -1,6 +1,6 @@
#include "copyright.h"
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/FindSel.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */
+/* $Header: /cvsroot/emacs/emacs/oldXMenu/FindSel.c,v 1.1 1999/10/03 19:35:03 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
@@ -70,3 +70,6 @@ XMenuFindSelection(menu, p_num, label)
_XMErrorCode = XME_S_NOT_FOUND;
return (XM_FAILURE);
}
+
+/* arch-tag: 564a4a95-9ab0-4580-b05f-6970c4b25dd4
+ (do not change this comment) */