aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 10837d26581..f711abded46 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -1255,7 +1255,7 @@ update_menu_bar (f, save_match_data)
1255 struct buffer *prev = current_buffer; 1255 struct buffer *prev = current_buffer;
1256 int count = specpdl_ptr - specpdl; 1256 int count = specpdl_ptr - specpdl;
1257 1257
1258 if (!save_match_data) 1258 if (save_match_data)
1259 record_unwind_protect (Fstore_match_data, Fmatch_data ()); 1259 record_unwind_protect (Fstore_match_data, Fmatch_data ());
1260 1260
1261 call1 (Vrun_hooks, Qmenu_bar_update_hook); 1261 call1 (Vrun_hooks, Qmenu_bar_update_hook);