aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/FindSel.c
diff options
context:
space:
mode:
authorKenichi Handa2003-09-08 11:56:09 +0000
committerKenichi Handa2003-09-08 11:56:09 +0000
commit463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch)
tree3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /oldXMenu/FindSel.c
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
downloademacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz
emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip
New directory
Diffstat (limited to 'oldXMenu/FindSel.c')
-rw-r--r--oldXMenu/FindSel.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c
index af3ce1324a6..97853fae05d 100644
--- a/oldXMenu/FindSel.c
+++ b/oldXMenu/FindSel.c
@@ -1,6 +1,6 @@
1#include "copyright.h" 1#include "copyright.h"
2 2
3/* $Header: /cvsroot/emacs/emacs/oldXMenu/FindSel.c,v 1.1 1999/10/03 19:35:03 fx Exp $ */ 3/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/FindSel.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */
4/* Copyright Massachusetts Institute of Technology 1985 */ 4/* Copyright Massachusetts Institute of Technology 1985 */
5 5
6/* 6/*
@@ -70,6 +70,3 @@ XMenuFindSelection(menu, p_num, label)
70 _XMErrorCode = XME_S_NOT_FOUND; 70 _XMErrorCode = XME_S_NOT_FOUND;
71 return (XM_FAILURE); 71 return (XM_FAILURE);
72} 72}
73
74/* arch-tag: 564a4a95-9ab0-4580-b05f-6970c4b25dd4
75 (do not change this comment) */