aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/Post.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/Post.c
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
downloademacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz
emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip
New directory
Diffstat (limited to 'oldXMenu/Post.c')
-rw-r--r--oldXMenu/Post.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c
index 8d850ca0815..d10b04945d0 100644
--- a/oldXMenu/Post.c
+++ b/oldXMenu/Post.c
@@ -1,6 +1,6 @@
1#include "copyright.h" 1#include "copyright.h"
2 2
3/* $Header: /cvsroot/emacs/emacs/oldXMenu/Post.c,v 1.3 2003/02/04 14:19:01 lektu Exp $ */ 3/* $Header: /cvs/emacs/oldXMenu/Post.c,v 1.2 2000/01/27 15:30:47 gerd Exp $ */
4/* Copyright Massachusetts Institute of Technology 1985 */ 4/* Copyright Massachusetts Institute of Technology 1985 */
5 5
6/* 6/*
@@ -83,6 +83,3 @@ XMenuPost(display, menu, p_num, s_num, x_pos, y_pos, event_mask)
83 return(data); 83 return(data);
84 } 84 }
85} 85}
86
87/* arch-tag: 7b6104e5-fa32-4342-aa17-05296a30dd70
88 (do not change this comment) */