aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-02-28 23:36:53 +0000
committerKarl Heuer1995-02-28 23:36:53 +0000
commitef352596ca92c97ffad7a9d65b9b6b19f487aeb0 (patch)
treed448d57cc57ac07db386512ae75642073089b517 /src
parent56c0450e94b2fa4d2b1d63ce7df0f43e9ab37275 (diff)
downloademacs-ef352596ca92c97ffad7a9d65b9b6b19f487aeb0.tar.gz
emacs-ef352596ca92c97ffad7a9d65b9b6b19f487aeb0.zip
(do_switch_frame): Undo Feb 6 change.
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 c39b1619564..8f564d103cb 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -466,7 +466,7 @@ do_switch_frame (frame, no_enter, track)
466 (select-window (frame-root-window (new-frame))) doesn't end up 466 (select-window (frame-root-window (new-frame))) doesn't end up
467 with your typing being interpreted in the new frame instead of 467 with your typing being interpreted in the new frame instead of
468 the one you're actually typing in. */ 468 the one you're actually typing in. */
469 get_perdisplay (selected_frame)->internal_last_event_frame = Qnil; 469 internal_last_event_frame = Qnil;
470 470
471 return frame; 471 return frame;
472} 472}