* keyboard.c (read_char): If we're returning an event from a
authorJim Blandy <jimb@redhat.com>
Mon, 28 Sep 1992 06:55:54 +0000 (06:55 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 28 Sep 1992 06:55:54 +0000 (06:55 +0000)
commitfce33686a65929005b609259c620eb2a9c577486
treec220d675db873c313076f5edbad5bba54bcc662f
parent21cec0712a96d4bf9d3f37a35506e450325c8237
* keyboard.c (read_char): If we're returning an event from a
macro, set Vlast_event_frame to Qmacro, instead of leaving it set
to the frame of the previous real event.
(read_key_sequence): If Vlast_event_frame isn't a frame, don't
bother switching buffers.
(syms_of_keyboard): Doc fix for Vlast_event_frame.
(Vlast_event_frame): Doc fix.

* keyboard.c (format_modifiers, reorder_modifiers): Handle the new
modifier bits.
src/keyboard.c