aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 9ec88d9f45d..e5044267d3d 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -1879,7 +1879,7 @@ sit_for (sec, usec, reading, display)
1879 return Qt; 1879 return Qt;
1880 1880
1881#ifdef SIGIO 1881#ifdef SIGIO
1882 gobble_input (); 1882 gobble_input (0);
1883#endif 1883#endif
1884 1884
1885 XSET (read_kbd, Lisp_Int, reading ? -1 : 1); 1885 XSET (read_kbd, Lisp_Int, reading ? -1 : 1);