changeset 1915:98ecf99d7b1a

* dispnew.c (sit_for): Pass the correct number of arguments to gobble_input.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 14:38:10 +0000
parents 60965a5c325f
children e21c1f3e37cb
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Mon Feb 22 14:27:14 1993 +0000
+++ b/src/dispnew.c	Mon Feb 22 14:38:10 1993 +0000
@@ -1879,7 +1879,7 @@
     return Qt;
 
 #ifdef SIGIO
-  gobble_input ();
+  gobble_input (0);
 #endif
 
   XSET (read_kbd, Lisp_Int, reading ? -1 : 1);