]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in last checkin
authorJason Rumney <jasonr@gnu.org>
Tue, 8 Jan 2002 19:33:24 +0000 (19:33 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 8 Jan 2002 19:33:24 +0000 (19:33 +0000)
src/w32menu.c

index f306ce90471f1ddb196d54a134c3037f08e4d223..ba15125731b516d502e649b6a7682405cf1857f4 100644 (file)
@@ -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;