aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-14 19:43:05 +0000
committerRichard M. Stallman1993-05-14 19:43:05 +0000
commit0e9d6dd34bb0d2e7e41971655737e005d157ba95 (patch)
tree2ae72c9e208ce8c2908da7ad82d0546a87996c96 /src
parent8d7e4e80d82d72bc3891766b511b8c5bd834d95a (diff)
downloademacs-0e9d6dd34bb0d2e7e41971655737e005d157ba95.tar.gz
emacs-0e9d6dd34bb0d2e7e41971655737e005d157ba95.zip
(command_loop_1): Don't do it here.
Diffstat (limited to 'src')
-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 ()
943 if (! NILP (Vlucid_menu_bar_dirty_flag)) 943 if (! NILP (Vlucid_menu_bar_dirty_flag))
944 call0 (Qrecompute_lucid_menubar); 944 call0 (Qrecompute_lucid_menubar);
945 945
946#if 0 /* This is done in xdisp.c now. */
946#ifdef MULTI_FRAME 947#ifdef MULTI_FRAME
947 for (tem = Vframe_list; CONSP (tem); tem = XCONS (tem)->cdr) 948 for (tem = Vframe_list; CONSP (tem); tem = XCONS (tem)->cdr)
948 { 949 {
@@ -969,6 +970,7 @@ command_loop_1 ()
969 } 970 }
970 } 971 }
971#endif /* MULTI_FRAME */ 972#endif /* MULTI_FRAME */
973#endif /* 0 */
972 974
973 /* Read next key sequence; i gets its length. */ 975 /* Read next key sequence; i gets its length. */
974 i = read_key_sequence (keybuf, (sizeof keybuf / sizeof (keybuf[0])), 0); 976 i = read_key_sequence (keybuf, (sizeof keybuf / sizeof (keybuf[0])), 0);