(do_switch_frame): Undo Feb 6 change.
authorKarl Heuer <kwzh@gnu.org>
Tue, 28 Feb 1995 23:36:53 +0000 (23:36 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 28 Feb 1995 23:36:53 +0000 (23:36 +0000)
src/frame.c

index c39b161..8f564d1 100644 (file)
@@ -466,7 +466,7 @@ do_switch_frame (frame, no_enter, track)
      (select-window (frame-root-window (new-frame))) doesn't end up
      with your typing being interpreted in the new frame instead of
      the one you're actually typing in.  */
-  get_perdisplay (selected_frame)->internal_last_event_frame = Qnil;
+  internal_last_event_frame = Qnil;
 
   return frame;
 }