1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

* dispnew.c (sit_for): Pass the correct number of arguments to

gobble_input.
This commit is contained in:
Jim Blandy 1993-02-22 14:38:10 +00:00
parent 25e40a4bb9
commit 8fc798e913

View file

@ -1879,7 +1879,7 @@ sit_for (sec, usec, reading, display)
return Qt;
#ifdef SIGIO
gobble_input ();
gobble_input (0);
#endif
XSET (read_kbd, Lisp_Int, reading ? -1 : 1);