Mercurial > emacs
changeset 5178:e2ebd4e12279
(quit_throw_to_read_char):
Look at internal_last_event_frame only if MULTI_FRAME.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 25 Nov 1993 19:38:14 +0000 |
parents | 367adcd3c4fb |
children | 2a1492764d5e |
files | src/keyboard.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Thu Nov 25 11:48:28 1993 +0000 +++ b/src/keyboard.c Thu Nov 25 19:38:14 1993 +0000 @@ -5021,8 +5021,10 @@ if (poll_suppress_count == 0) abort (); #endif +#ifdef MULTI_FRAME if (XFRAME (internal_last_event_frame) != selected_frame) Fhandle_switch_frame (make_lispy_switch_frame (internal_last_event_frame)); +#endif _longjmp (getcjmp, 1); }