aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index e868bc9c499..ac9853a724f 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -2319,7 +2319,7 @@ read_input_waiting ()
2319 2319
2320 /* Scan the chars for C-g and store them in kbd_buffer. */ 2320 /* Scan the chars for C-g and store them in kbd_buffer. */
2321 e.kind = ascii_keystroke; 2321 e.kind = ascii_keystroke;
2322 e.frame_or_window = selected_frame; 2322 XSETFRAME (e.frame_or_window, selected_frame);
2323 e.modifiers = 0; 2323 e.modifiers = 0;
2324 for (i = 0; i < nread; i++) 2324 for (i = 0; i < nread; i++)
2325 { 2325 {