comparison src/keyboard.c @ 36808:678f9b758e49

(quit_throw_to_read_char): Change call to do_switch_frame to new format.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 14 Mar 2001 16:35:40 +0000
parents a12182d34820
children 4eacbecdf0d8
comparison
equal deleted inserted replaced
36807:2c739584e2a6 36808:678f9b758e49
9869 #endif 9869 #endif
9870 #endif 9870 #endif
9871 if (FRAMEP (internal_last_event_frame) 9871 if (FRAMEP (internal_last_event_frame)
9872 && !EQ (internal_last_event_frame, selected_frame)) 9872 && !EQ (internal_last_event_frame, selected_frame))
9873 do_switch_frame (make_lispy_switch_frame (internal_last_event_frame), 9873 do_switch_frame (make_lispy_switch_frame (internal_last_event_frame),
9874 Qnil, 0); 9874 0, 0);
9875 9875
9876 _longjmp (getcjmp, 1); 9876 _longjmp (getcjmp, 1);
9877 } 9877 }
9878 9878
9879 DEFUN ("set-input-mode", Fset_input_mode, Sset_input_mode, 3, 4, 0, 9879 DEFUN ("set-input-mode", Fset_input_mode, Sset_input_mode, 3, 4, 0,