diff options
Diffstat (limited to 'src/xmenu.c')
| -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 6e46accbe8d..194168e6dfd 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -2030,7 +2030,7 @@ set_frame_menubar (f, first_time, deep_p) | |||
| 2030 | because it is not reentrant. */ | 2030 | because it is not reentrant. */ |
| 2031 | specbind (Qdebug_on_next_call, Qnil); | 2031 | specbind (Qdebug_on_next_call, Qnil); |
| 2032 | 2032 | ||
| 2033 | record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); | 2033 | record_unwind_save_match_data (); |
| 2034 | record_unwind_protect (unuse_menu_items, Qnil); | 2034 | record_unwind_protect (unuse_menu_items, Qnil); |
| 2035 | if (NILP (Voverriding_local_map_menu_flag)) | 2035 | if (NILP (Voverriding_local_map_menu_flag)) |
| 2036 | { | 2036 | { |