Mercurial > emacs
changeset 10853:3db086133785
(do_switch_frame): Undo Feb 6 change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 28 Feb 1995 23:36:53 +0000 |
parents | 55552df3bd18 |
children | cd64b7e04e23 |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Tue Feb 28 18:04:57 1995 +0000 +++ b/src/frame.c Tue Feb 28 23:36:53 1995 +0000 @@ -466,7 +466,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. */ - get_perdisplay (selected_frame)->internal_last_event_frame = Qnil; + internal_last_event_frame = Qnil; return frame; }