summaryrefslogtreecommitdiff
path: root/src/w32menu.c
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2001-02-23 10:15:27 +0000
committerJason Rumney <jasonr@gnu.org>2001-02-23 10:15:27 +0000
commitc53b6500e8061c1cfc39ac35e9a5d70b0c648226 (patch)
tree3ec9bee80141051671bedac9e2ace2fad553e287 /src/w32menu.c
parentfd1ca6ea85fc2d6550fa819be539e429ec686163 (diff)
downloademacs-c53b6500e8061c1cfc39ac35e9a5d70b0c648226.tar.gz
* w32menu.c (set_frame_menubar): Run activate-menu-bar-hook with
safe_run_hooks.
Diffstat (limited to 'src/w32menu.c')
-rw-r--r--src/w32menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c
index 49052c32308..c2c89158058 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -1341,7 +1341,7 @@ set_frame_menubar (f, first_time, deep_p)
set_buffer_internal_1 (XBUFFER (buffer));
/* Run the Lucid hook. */
- call1 (Vrun_hooks, Qactivate_menubar_hook);
+ safe_run_hooks (Qactivate_menubar_hook);
/* If it has changed current-menubar from previous value,
really recompute the menubar from the value. */
if (! NILP (Vlucid_menu_bar_dirty_flag))