summaryrefslogtreecommitdiff
path: root/oldXMenu/InsSel.c
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu/InsSel.c')
-rw-r--r--oldXMenu/InsSel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c
index b2c75c1043a..f3e2c4d7fb0 100644
--- a/oldXMenu/InsSel.c
+++ b/oldXMenu/InsSel.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvs/emacs/oldXMenu/InsSel.c,v 1.1 1999/10/03 19:35:05 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
@@ -114,3 +113,6 @@ XMenuInsertSelection(menu, p_num, s_num, data, label, active)
_XMErrorCode = XME_NO_ERROR;
return(s_num);
}
+
+/* arch-tag: 8398626f-81cb-4e13-8ebc-aac1b9237663
+ (do not change this comment) */