diff src/frame.c @ 10676:12ce96dd2afb

(do_switch_frame): internal_last_event_frame is now in perdisplay.
author Karl Heuer <kwzh@gnu.org>
date Tue, 07 Feb 1995 01:06:49 +0000
parents 9ef4bfc9a320
children 938451cf1b10
line wrap: on
line diff
--- a/src/frame.c	Tue Feb 07 01:04:46 1995 +0000
+++ b/src/frame.c	Tue Feb 07 01:06:49 1995 +0000
@@ -422,7 +422,7 @@
      (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.  */
-  internal_last_event_frame = Qnil;
+  get_perdisplay (selected_frame)->internal_last_event_frame = Qnil;
 
   return frame;
 }