emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xmenu.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/xmenu.c
Date: Sun, 06 Jan 2002 18:30:12 -0500

Index: emacs/src/xmenu.c
diff -c emacs/src/xmenu.c:1.228 emacs/src/xmenu.c:1.229
*** emacs/src/xmenu.c:1.228     Sun Jan  6 16:35:44 2002
--- emacs/src/xmenu.c   Sun Jan  6 18:30:12 2002
***************
*** 1404,1409 ****
--- 1404,1410 ----
    wv->value = 0;
    wv->enabled = 1;
    wv->button_type = BUTTON_TYPE_NONE;
+   wv->help = Qnil;
    first_wv = wv;
    save_wv = 0;
    prev_wv = 0;
***************
*** 1476,1481 ****
--- 1477,1483 ----
              wv->value = 0;
              wv->enabled = 1;
              wv->button_type = BUTTON_TYPE_NONE;
+             wv->help = Qnil;
            }
          save_wv = wv;
          prev_wv = 0;



reply via email to

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