Mercurial > emacs
comparison src/keyboard.c @ 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 | 16fe8285dc2a |
children | 85a1088ca765 |
comparison
equal
deleted
inserted
replaced
5177:367adcd3c4fb | 5178:e2ebd4e12279 |
---|---|
5019 #ifdef POLL_FOR_INPUT | 5019 #ifdef POLL_FOR_INPUT |
5020 /* May be > 1 if in recursive minibuffer. */ | 5020 /* May be > 1 if in recursive minibuffer. */ |
5021 if (poll_suppress_count == 0) | 5021 if (poll_suppress_count == 0) |
5022 abort (); | 5022 abort (); |
5023 #endif | 5023 #endif |
5024 #ifdef MULTI_FRAME | |
5024 if (XFRAME (internal_last_event_frame) != selected_frame) | 5025 if (XFRAME (internal_last_event_frame) != selected_frame) |
5025 Fhandle_switch_frame (make_lispy_switch_frame (internal_last_event_frame)); | 5026 Fhandle_switch_frame (make_lispy_switch_frame (internal_last_event_frame)); |
5027 #endif | |
5026 | 5028 |
5027 _longjmp (getcjmp, 1); | 5029 _longjmp (getcjmp, 1); |
5028 } | 5030 } |
5029 | 5031 |
5030 DEFUN ("set-input-mode", Fset_input_mode, Sset_input_mode, 3, 4, 0, | 5032 DEFUN ("set-input-mode", Fset_input_mode, Sset_input_mode, 3, 4, 0, |