mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(read_pending_input): Fix the garbaged-modifiers bug under System Vs previous
to r4.
This commit is contained in:
parent
8241d7b92d
commit
57ef1664fe
1 changed files with 1 additions and 0 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue