aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 2ccf444964b..135c3313a7b 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1494,7 +1494,7 @@ command_loop_1 ()
1494 Is this a good idea? */ 1494 Is this a good idea? */
1495 if (FRAMEP (internal_last_event_frame) 1495 if (FRAMEP (internal_last_event_frame)
1496 && !EQ (internal_last_event_frame, selected_frame)) 1496 && !EQ (internal_last_event_frame, selected_frame))
1497 Fselect_frame (internal_last_event_frame, Qnil); 1497 Fselect_frame (internal_last_event_frame);
1498#endif 1498#endif
1499 /* If it has changed current-menubar from previous value, 1499 /* If it has changed current-menubar from previous value,
1500 really recompute the menubar from the value. */ 1500 really recompute the menubar from the value. */
@@ -1507,6 +1507,7 @@ command_loop_1 ()
1507 1507
1508 Vthis_command = Qnil; 1508 Vthis_command = Qnil;
1509 real_this_command = Qnil; 1509 real_this_command = Qnil;
1510 Vthis_original_command = Qnil;
1510 1511
1511 /* Read next key sequence; i gets its length. */ 1512 /* Read next key sequence; i gets its length. */
1512 i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0], 1513 i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0],