summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-14 19:43:05 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-14 19:43:05 +0000
commit0e9d6dd34bb0d2e7e41971655737e005d157ba95 (patch)
tree2ae72c9e208ce8c2908da7ad82d0546a87996c96
parent8d7e4e80d82d72bc3891766b511b8c5bd834d95a (diff)
downloademacs-0e9d6dd34bb0d2e7e41971655737e005d157ba95.tar.gz
(command_loop_1): Don't do it here.
-rw-r--r--src/keyboard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 09305ff1451..bd418433489 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -943,6 +943,7 @@ command_loop_1 ()
if (! NILP (Vlucid_menu_bar_dirty_flag))
call0 (Qrecompute_lucid_menubar);
+#if 0 /* This is done in xdisp.c now. */
#ifdef MULTI_FRAME
for (tem = Vframe_list; CONSP (tem); tem = XCONS (tem)->cdr)
{
@@ -969,6 +970,7 @@ command_loop_1 ()
}
}
#endif /* MULTI_FRAME */
+#endif /* 0 */
/* Read next key sequence; i gets its length. */
i = read_key_sequence (keybuf, (sizeof keybuf / sizeof (keybuf[0])), 0);