emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lwlib/lwlib.h [lexbind]
Date: Sat, 04 Sep 2004 05:40:13 -0400

Index: emacs/lwlib/lwlib.h
diff -c emacs/lwlib/lwlib.h:1.13.4.2 emacs/lwlib/lwlib.h:1.13.4.3
*** emacs/lwlib/lwlib.h:1.13.4.2        Tue Oct 14 22:59:19 2003
--- emacs/lwlib/lwlib.h Sat Sep  4 09:28:14 2004
***************
*** 64,73 ****
--- 64,75 ----
  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]