]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 19 Feb 2001 13:55:36 +0000 (13:55 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 19 Feb 2001 13:55:36 +0000 (13:55 +0000)
src/ChangeLog

index f1123f07a74ab3370e7c191b115d1de23fe3263b..6da6931083e9aa4724249746f893b0bb7b610343 100644 (file)
@@ -1,5 +1,11 @@
 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
 
+       * xdisp.c (Qinhibit_menubar_update, inhibit_menubar_update): 
+       New variables.
+       (syms_of_xdisp): Initialize new variables.
+       (update_menu_bar): Do nothing if inhibit_menubar_update is set.
+       Specbind `inhibit-menubar-update' when updating the menu bar.
+
        * xmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
        safe_run_hooks.