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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lwlib/lwlib.h [emacs-unicode-2]
Date: Sat, 04 Sep 2004 05:31:22 -0400

Index: emacs/lwlib/lwlib.h
diff -c emacs/lwlib/lwlib.h:1.14.6.1 emacs/lwlib/lwlib.h:1.14.6.2
*** emacs/lwlib/lwlib.h:1.14.6.1        Fri Apr 16 12:50:38 2004
--- emacs/lwlib/lwlib.h Sat Sep  4 09:14:25 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]