diff options
author | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
commit | ab5796a9f97180707734a81320e3eb81937281fe (patch) | |
tree | eef8aa4dd3733966628c6a43bd924b51557519e9 /oldXMenu/SetPane.c | |
parent | 1042fe8c8ca167fdb44365d99a35492df87b078f (diff) | |
download | emacs-ab5796a9f97180707734a81320e3eb81937281fe.tar.gz |
Add arch taglines
Diffstat (limited to 'oldXMenu/SetPane.c')
-rw-r--r-- | oldXMenu/SetPane.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c index cdd9e37626a..2c51e618937 100644 --- a/oldXMenu/SetPane.c +++ b/oldXMenu/SetPane.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/SetPane.c,v 1.1 1992/04/11 22:10:21 jimb Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetPane.c,v 1.1 1999/10/03 19:35:14 fx Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -41,3 +41,6 @@ XMenuSetPane(menu, p_num, active) _XMErrorCode = XME_NO_ERROR; return(p_num); } + +/* arch-tag: 90bc8d90-031d-41a2-a2c6-04bf94efbc90 + (do not change this comment) */ |