(read_char): After Fgarbage_collect, call redisplay.
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Jul 1993 02:21:02 +0000 (02:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Jul 1993 02:21:02 +0000 (02:21 +0000)
commit7e85b93579088b041c61443ae19bba83ecffeab5
tree34ed6f9cc87e85b8bc3d9b19203b7a53dc49cc55
parent58bf6042169d93d1fbe96cab97be5c2999b63063
(read_char): After Fgarbage_collect, call redisplay.

(read_key_sequence): When inserting `menu-bar' prefix,
modify the position field to prevent doing so twice.
Do all these forms of event expansion after replayed events also.
Set last_real_key_start before each key.
Use last_real_key_start in criterion for being the first event.

(syms_of_keyboard): Doc fix.
(Vhelp_char): Renamed from help_char.
(Vprefix_help_command): New Lisp variable.
(read_key_sequence): Use that, for help char after prefix key.

(kbd_buffer_get_event): Clear f before calling mouse_position_hook.
src/keyboard.c