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:
parent
25e40a4bb9
commit
8fc798e913
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue