aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/Create.c
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu/Create.c')
-rw-r--r--oldXMenu/Create.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c
index e500e406349..bac3f079f60 100644
--- a/oldXMenu/Create.c
+++ b/oldXMenu/Create.c
@@ -1,4 +1,3 @@
1/* $Header: /cvs/emacs/oldXMenu/Create.c,v 1.1 1999/10/03 19:34:56 fx Exp $ */
2/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
3 2
4#include "copyright.h" 3#include "copyright.h"
@@ -759,3 +758,6 @@ XMenuCreate(display, parent, def_env)
759 _XMErrorCode = XME_NO_ERROR; 758 _XMErrorCode = XME_NO_ERROR;
760 return(menu); 759 return(menu);
761} 760}
761
762/* arch-tag: 6945b7d2-3b13-40b9-8b6e-56b1b20f3463
763 (do not change this comment) */