aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index a591f69252d..56694a97b80 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -422,7 +422,7 @@ do_switch_frame (frame, no_enter, track)
422 (select-window (frame-root-window (new-frame))) doesn't end up 422 (select-window (frame-root-window (new-frame))) doesn't end up
423 with your typing being interpreted in the new frame instead of 423 with your typing being interpreted in the new frame instead of
424 the one you're actually typing in. */ 424 the one you're actually typing in. */
425 internal_last_event_frame = Qnil; 425 get_perdisplay (selected_frame)->internal_last_event_frame = Qnil;
426 426
427 return frame; 427 return frame;
428} 428}