aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sysdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 45226ed6159..7781e6264b5 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1786,6 +1786,7 @@ read_input_waiting ()
1786 /* Scan the chars for C-g and store them in kbd_buffer. */ 1786 /* Scan the chars for C-g and store them in kbd_buffer. */
1787 e.kind = ascii_keystroke; 1787 e.kind = ascii_keystroke;
1788 e.frame_or_window = selected_frame; 1788 e.frame_or_window = selected_frame;
1789 e.modifiers = 0;
1789 for (i = 0; i < nread; i++) 1790 for (i = 0; i < nread; i++)
1790 { 1791 {
1791 XSET (e.code, Lisp_Int, buf[i]); 1792 XSET (e.code, Lisp_Int, buf[i]);