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 73f1dcb920b..c078f977081 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -1542,7 +1542,7 @@ set_frame_menubar (f, first_time, deep_p)
1542 because it is not reentrant. */ 1542 because it is not reentrant. */
1543 specbind (Qdebug_on_next_call, Qnil); 1543 specbind (Qdebug_on_next_call, Qnil);
1544 1544
1545 record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil)); 1545 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil));
1546 if (NILP (Voverriding_local_map_menu_flag)) 1546 if (NILP (Voverriding_local_map_menu_flag))
1547 { 1547 {
1548 specbind (Qoverriding_terminal_local_map, Qnil); 1548 specbind (Qoverriding_terminal_local_map, Qnil);