diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index 77a367a8ac9..9116030f07c 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -1684,7 +1684,7 @@ set_frame_menubar (f, first_time, deep_p) | |||
| 1684 | because it is not reentrant. */ | 1684 | because it is not reentrant. */ |
| 1685 | specbind (Qdebug_on_next_call, Qnil); | 1685 | specbind (Qdebug_on_next_call, Qnil); |
| 1686 | 1686 | ||
| 1687 | record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil)); | 1687 | record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); |
| 1688 | if (NILP (Voverriding_local_map_menu_flag)) | 1688 | if (NILP (Voverriding_local_map_menu_flag)) |
| 1689 | { | 1689 | { |
| 1690 | specbind (Qoverriding_terminal_local_map, Qnil); | 1690 | specbind (Qoverriding_terminal_local_map, Qnil); |