Mercurial > emacs
changeset 36195:39131193bfc1
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 19 Feb 2001 13:55:36 +0000 |
parents | be25f9e946fb |
children | 66fbfa369f3e |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 19 13:48:28 2001 +0000 +++ b/src/ChangeLog Mon Feb 19 13:55:36 2001 +0000 @@ -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.