emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32menu.c
Date: Tue, 08 Jan 2002 14:33:24 -0500

Index: emacs/src/w32menu.c
diff -c emacs/src/w32menu.c:1.53 emacs/src/w32menu.c:1.54
*** emacs/src/w32menu.c:1.53    Sun Jan  6 19:24:45 2002
--- emacs/src/w32menu.c Tue Jan  8 14:33:24 2002
***************
*** 1608,1614 ****
    wv->value = 0;
    wv->enabled = 1;
    wv->button_type = BUTTON_TYPE_NONE;
!   wv->Qnil;
    first_wv = wv;
    first_pane = 1;
   
--- 1608,1614 ----
    wv->value = 0;
    wv->enabled = 1;
    wv->button_type = BUTTON_TYPE_NONE;
!   wv->help = Qnil;
    first_wv = wv;
    first_pane = 1;
   



reply via email to

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