aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2002-01-08 19:33:24 +0000
committerJason Rumney2002-01-08 19:33:24 +0000
commite6bb685beb85ffe592e7290cc91c78c01168b926 (patch)
tree40a62a07f07985b0f99d3a02dd6f9e08cb515ffd
parent414eccccce57e6121ed4954769814b048dacd927 (diff)
downloademacs-e6bb685beb85ffe592e7290cc91c78c01168b926.tar.gz
emacs-e6bb685beb85ffe592e7290cc91c78c01168b926.zip
Fix typo in last checkin
-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