aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32menu.c2
1 files changed, 1 insertions, 1 deletions
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)
1608 wv->value = 0; 1608 wv->value = 0;
1609 wv->enabled = 1; 1609 wv->enabled = 1;
1610 wv->button_type = BUTTON_TYPE_NONE; 1610 wv->button_type = BUTTON_TYPE_NONE;
1611 wv->Qnil; 1611 wv->help = Qnil;
1612 first_wv = wv; 1612 first_wv = wv;
1613 first_pane = 1; 1613 first_pane = 1;
1614 1614