Mercurial > emacs
comparison src/keyboard.c @ 12290:99ffac67fb53
(quit_throw_to_read_char): Use do_switch_frame directly.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Jun 1995 01:49:35 +0000 |
parents | 93010bff5b56 |
children | c78f7af6cee9 |
comparison
equal
deleted
inserted
replaced
12289:593c580a99a1 | 12290:99ffac67fb53 |
---|---|
6544 abort (); | 6544 abort (); |
6545 #endif | 6545 #endif |
6546 #ifdef MULTI_FRAME | 6546 #ifdef MULTI_FRAME |
6547 if (FRAMEP (internal_last_event_frame) | 6547 if (FRAMEP (internal_last_event_frame) |
6548 && XFRAME (internal_last_event_frame) != selected_frame) | 6548 && XFRAME (internal_last_event_frame) != selected_frame) |
6549 Fhandle_switch_frame (make_lispy_switch_frame (internal_last_event_frame)); | 6549 do_switch_frame (make_lispy_switch_frame (internal_last_event_frame), |
6550 Qnil, 0); | |
6550 #endif | 6551 #endif |
6551 | 6552 |
6552 _longjmp (getcjmp, 1); | 6553 _longjmp (getcjmp, 1); |
6553 } | 6554 } |
6554 | 6555 |