comparison 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
comparison
equal deleted inserted replaced
10675:17e107dbc190 10676:12ce96dd2afb
420 event to the appropriate frame. This seems kludgy to me, but 420 event to the appropriate frame. This seems kludgy to me, but
421 before you take it out, make sure that evaluating something like 421 before you take it out, make sure that evaluating something like
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 }
429 429
430 DEFUN ("select-frame", Fselect_frame, Sselect_frame, 1, 2, "e", 430 DEFUN ("select-frame", Fselect_frame, Sselect_frame, 1, 2, "e",