emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.h [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.h [lexbind]
Date: Sat, 04 Sep 2004 05:39:52 -0400

Index: emacs/src/gtkutil.h
diff -c emacs/src/gtkutil.h:1.7.2.3 emacs/src/gtkutil.h:1.7.2.4
*** emacs/src/gtkutil.h:1.7.2.3 Fri Nov 21 00:36:18 2003
--- emacs/src/gtkutil.h Sat Sep  4 09:28:15 2004
***************
*** 96,105 ****
--- 96,107 ----
  typedef struct _widget_value
  {
    /* name of widget */
+   Lisp_Object   lname;
    char                *name;
    /* value (meaning depend on widget type) */
    char                *value;
    /* keyboard equivalent. no implications for XtTranslations */
+   Lisp_Object   lkey;
    char                *key;
    /* Help string or nil if none.
       GC finds this string through the frame's menu_bar_vector




reply via email to

[Prev in Thread] Current Thread [Next in Thread]