aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/SetPane.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/SetPane.c
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
downloademacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz
emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip
New directory
Diffstat (limited to 'oldXMenu/SetPane.c')
-rw-r--r--oldXMenu/SetPane.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c
index 2c51e618937..cdd9e37626a 100644
--- a/oldXMenu/SetPane.c
+++ b/oldXMenu/SetPane.c
@@ -1,6 +1,6 @@
1#include "copyright.h" 1#include "copyright.h"
2 2
3/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetPane.c,v 1.1 1999/10/03 19:35:14 fx Exp $ */ 3/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/SetPane.c,v 1.1 1992/04/11 22:10:21 jimb Exp $ */
4/* Copyright Massachusetts Institute of Technology 1985 */ 4/* Copyright Massachusetts Institute of Technology 1985 */
5 5
6/* 6/*
@@ -41,6 +41,3 @@ XMenuSetPane(menu, p_num, active)
41 _XMErrorCode = XME_NO_ERROR; 41 _XMErrorCode = XME_NO_ERROR;
42 return(p_num); 42 return(p_num);
43} 43}
44
45/* arch-tag: 90bc8d90-031d-41a2-a2c6-04bf94efbc90
46 (do not change this comment) */