# HG changeset patch # User Richard M. Stallman # Date 754256294 0 # Node ID e2ebd4e122796e698b8f05f5c366cce2c5b56efe # Parent 367adcd3c4fbf4b5e2c57b27e1fe01968721cb9a (quit_throw_to_read_char): Look at internal_last_event_frame only if MULTI_FRAME. diff -r 367adcd3c4fb -r e2ebd4e12279 src/keyboard.c --- 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); }