aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/XMenu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index 8b90c992d32..b94c01548cd 100644
--- a/oldXMenu/XMenu.h
+++ b/oldXMenu/XMenu.h
@@ -1,6 +1,6 @@
1#include "copyright.h" 1#include "copyright.h"
2 2
3/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/XMenu.h,v 1.1 1992/04/11 22:10:21 jimb Exp $ */ 3/* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/XMenu.h,v 1.1 1999/10/03 19:35:23 fx Exp $ */
4/* Copyright Massachusetts Institute of Technology 1985 */ 4/* Copyright Massachusetts Institute of Technology 1985 */
5 5
6/* 6/*
@@ -140,6 +140,7 @@ typedef struct _xmselect {
140 struct _xmwindow *pad_l9; /* ---- */ 140 struct _xmwindow *pad_l9; /* ---- */
141 char *data; /* -- Selection data pointer. */ 141 char *data; /* -- Selection data pointer. */
142 struct _xmpane *parent_p; /* -- Selection parent pane structure. */ 142 struct _xmpane *parent_p; /* -- Selection parent pane structure. */
143 char *help_string; /* Help string or null. */
143} XMSelect; 144} XMSelect;
144 145
145 146