Mercurial > emacs
changeset 12142:0131a61184ab
(read_key_sequence): Don't run activate-menubar-hook
or call recompute-lucid-menubar.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 09 Jun 1995 00:52:18 +0000 |
parents | 9265a67ccf1a |
children | 4aa248ba0abb |
files | src/keyboard.c |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Fri Jun 09 00:51:32 1995 +0000 +++ b/src/keyboard.c Fri Jun 09 00:52:18 1995 +0000 @@ -5407,13 +5407,6 @@ { if (t + 1 >= bufsize) error ("key sequence too long"); - /* Run the Lucid hook. */ - if (!NILP (Vrun_hooks)) - call1 (Vrun_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)) - call0 (Qrecompute_lucid_menubar); keybuf[t] = posn; keybuf[t+1] = key;