summaryrefslogtreecommitdiff
path: root/oldXMenu/SetSel.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2003-09-01 15:45:59 +0000
committerMiles Bader <miles@gnu.org>2003-09-01 15:45:59 +0000
commitf51da7d2c516235d43796493c0db69a183cc6220 (patch)
tree118b3f08b772b016b051c77c0f35d95f0fdfe7e9 /oldXMenu/SetSel.c
parent6a01dc46781e69a381d0336cadefd31f7ca0b64b (diff)
downloademacs-f51da7d2c516235d43796493c0db69a183cc6220.tar.gz
Add arch taglines
Diffstat (limited to 'oldXMenu/SetSel.c')
-rw-r--r--oldXMenu/SetSel.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/oldXMenu/SetSel.c b/oldXMenu/SetSel.c
index af812be31fe..cd67d79aeb2 100644
--- a/oldXMenu/SetSel.c
+++ b/oldXMenu/SetSel.c
@@ -1,6 +1,6 @@
#include "copyright.h"
-/* $Header: /cvs/emacs/oldXMenu/SetSel.c,v 1.1 1999/10/03 19:35:15 fx Exp $ */
+/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
@@ -48,3 +48,6 @@ XMenuSetSelection(menu, p_num, s_num, active)
_XMErrorCode = XME_NO_ERROR;
return(s_num);
}
+
+/* arch-tag: 79198ae0-c5a4-4d31-adb0-5747f833f56a
+ (do not change this comment) */