summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
#include "copyright.h"
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/XMenu.h,v 1.1 1992/04/11 22:10:21 jimb Exp $ */
+/* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/XMenu.h,v 1.1 1999/10/03 19:35:23 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
@@ -140,6 +140,7 @@ typedef struct _xmselect {
struct _xmwindow *pad_l9; /* ---- */
char *data; /* -- Selection data pointer. */
struct _xmpane *parent_p; /* -- Selection parent pane structure. */
+ char *help_string; /* Help string or null. */
} XMSelect;