From: Jason Rumney Date: Tue, 8 Jan 2002 19:33:24 +0000 (+0000) Subject: Fix typo in last checkin X-Git-Tag: ttn-vms-21-2-B4~17255 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6bb685beb85ffe592e7290cc91c78c01168b926;p=emacs.git Fix typo in last checkin --- diff --git a/src/w32menu.c b/src/w32menu.c index f306ce90471..ba15125731b 100644 --- a/src/w32menu.c +++ b/src/w32menu.c @@ -1608,7 +1608,7 @@ w32_menu_show (f, x, y, for_click, keymaps, title, error) wv->value = 0; wv->enabled = 1; wv->button_type = BUTTON_TYPE_NONE; - wv->Qnil; + wv->help = Qnil; first_wv = wv; first_pane = 1;