aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/AddPane.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/AddPane.c
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
downloademacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz
emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip
New directory
Diffstat (limited to 'oldXMenu/AddPane.c')
-rw-r--r--oldXMenu/AddPane.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c
index 5e1dcee0f88..ab8ed42b012 100644
--- a/oldXMenu/AddPane.c
+++ b/oldXMenu/AddPane.c
@@ -1,6 +1,6 @@
1#include "copyright.h" 1#include "copyright.h"
2 2
3/* $Header: /cvsroot/emacs/emacs/oldXMenu/AddPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ 3/* $Header: /cvs/emacs/oldXMenu/AddPane.c,v 1.1 1999/10/03 19:34:51 fx Exp $ */
4/* Copyright Massachusetts Institute of Technology 1985 */ 4/* Copyright Massachusetts Institute of Technology 1985 */
5 5
6/* 6/*
@@ -102,6 +102,3 @@ XMenuAddPane(display, menu, label, active)
102 _XMErrorCode = XME_NO_ERROR; 102 _XMErrorCode = XME_NO_ERROR;
103 return((menu->p_count - 1)); 103 return((menu->p_count - 1));
104} 104}
105
106/* arch-tag: 62a26021-f29d-48ba-96ef-3b6c4ebd6547
107 (do not change this comment) */