(read_pending_input): Fix the garbaged-modifiers bug under System Vs previous

to r4.
This commit is contained in:
Eric S. Raymond 1993-04-26 05:15:13 +00:00
parent 8241d7b92d
commit 57ef1664fe

View file

@ -1786,6 +1786,7 @@ read_input_waiting ()
/* Scan the chars for C-g and store them in kbd_buffer. */
e.kind = ascii_keystroke;
e.frame_or_window = selected_frame;
e.modifiers = 0;
for (i = 0; i < nread; i++)
{
XSET (e.code, Lisp_Int, buf[i]);