Mercurial > emacs
changeset 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 | 17e107dbc190 |
children | f614ba745b6a |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }