diff options
| author | Jason Rumney | 2010-08-19 23:53:08 +0800 |
|---|---|---|
| committer | Jason Rumney | 2010-08-19 23:53:08 +0800 |
| commit | cc477da7cce7f574fcb86eeb356ae63465f0e7ca (patch) | |
| tree | cba506cb8ae14036a69fda1bf0e7223f5b7fcc48 /src/w32menu.c | |
| parent | a2e5caf79e75361fb4d7e096e782398299ad1083 (diff) | |
| download | emacs-cc477da7cce7f574fcb86eeb356ae63465f0e7ca.tar.gz emacs-cc477da7cce7f574fcb86eeb356ae63465f0e7ca.zip | |
(set_frame_menubar): Remove call to undefined function.
Diffstat (limited to 'src/w32menu.c')
| -rw-r--r-- | src/w32menu.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/w32menu.c b/src/w32menu.c index 1146843bec8..0ed9bffe70c 100644 --- a/src/w32menu.c +++ b/src/w32menu.c | |||
| @@ -420,12 +420,8 @@ set_frame_menubar (FRAME_PTR f, int first_time, int deep_p) | |||
| 420 | 420 | ||
| 421 | set_buffer_internal_1 (XBUFFER (buffer)); | 421 | set_buffer_internal_1 (XBUFFER (buffer)); |
| 422 | 422 | ||
| 423 | /* Run the Lucid hook. */ | 423 | /* Run the hooks. */ |
| 424 | safe_run_hooks (Qactivate_menubar_hook); | 424 | safe_run_hooks (Qactivate_menubar_hook); |
| 425 | /* If it has changed current-menubar from previous value, | ||
| 426 | really recompute the menubar from the value. */ | ||
| 427 | if (! NILP (Vlucid_menu_bar_dirty_flag)) | ||
| 428 | call0 (Qrecompute_lucid_menubar); | ||
| 429 | safe_run_hooks (Qmenu_bar_update_hook); | 425 | safe_run_hooks (Qmenu_bar_update_hook); |
| 430 | FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f)); | 426 | FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f)); |
| 431 | 427 | ||