# HG changeset patch # User Gerd Moellmann # Date 982589403 0 # Node ID e3f902bbc767ba64c1dcdc89b8dbf31a3b56d2bb # Parent 0cee3a77c592230b7655ad9ede3788e27c506780 (update_menu_bar): Run activate-menu-bar-hook with safe_run_hooks. diff -r 0cee3a77c592 -r e3f902bbc767 src/xdisp.c --- a/src/xdisp.c Mon Feb 19 13:29:21 2001 +0000 +++ b/src/xdisp.c Mon Feb 19 13:30:03 2001 +0000 @@ -7033,7 +7033,7 @@ } /* 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 menu-bar from the value. */