From: Jim Blandy Date: Mon, 22 Feb 1993 14:38:10 +0000 (+0000) Subject: * dispnew.c (sit_for): Pass the correct number of arguments to X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/8fc798e913d72becfe7d6e836f146d00a734d742 * dispnew.c (sit_for): Pass the correct number of arguments to gobble_input. --- diff --git a/src/dispnew.c b/src/dispnew.c index 9ec88d9f45..e5044267d3 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -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);