diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index e89e843d6a2..23e58d221ce 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -1330,7 +1330,7 @@ update_menu_bar (f, save_match_data) | |||
| 1330 | really recompute the menubar from the value. */ | 1330 | really recompute the menubar from the value. */ |
| 1331 | if (! NILP (Vlucid_menu_bar_dirty_flag)) | 1331 | if (! NILP (Vlucid_menu_bar_dirty_flag)) |
| 1332 | call0 (Qrecompute_lucid_menubar); | 1332 | call0 (Qrecompute_lucid_menubar); |
| 1333 | call1 (Vrun_hooks, Qmenu_bar_update_hook); | 1333 | safe_run_hooks (Qmenu_bar_update_hook); |
| 1334 | FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f)); | 1334 | FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f)); |
| 1335 | #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI) | 1335 | #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI) |
| 1336 | if (FRAME_WINDOW_P (f)) | 1336 | if (FRAME_WINDOW_P (f)) |