aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 5556e3d18be..78fcb6743ce 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -5407,13 +5407,6 @@ read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last,
5407 { 5407 {
5408 if (t + 1 >= bufsize) 5408 if (t + 1 >= bufsize)
5409 error ("key sequence too long"); 5409 error ("key sequence too long");
5410 /* Run the Lucid hook. */
5411 if (!NILP (Vrun_hooks))
5412 call1 (Vrun_hooks, Qactivate_menubar_hook);
5413 /* If it has changed current-menubar from previous value,
5414 really recompute the menubar from the value. */
5415 if (! NILP (Vlucid_menu_bar_dirty_flag))
5416 call0 (Qrecompute_lucid_menubar);
5417 keybuf[t] = posn; 5410 keybuf[t] = posn;
5418 keybuf[t+1] = key; 5411 keybuf[t+1] = key;
5419 5412