changeset 36192:e3f902bbc767

(update_menu_bar): Run activate-menu-bar-hook with safe_run_hooks.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 19 Feb 2001 13:30:03 +0000
parents 0cee3a77c592
children 73334def3609
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.  */