diff options
| author | Jim Blandy | 1993-02-22 14:38:10 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-02-22 14:38:10 +0000 |
| commit | 8fc798e913d72becfe7d6e836f146d00a734d742 (patch) | |
| tree | 37b99d338fc7dd7db57b4600f75b6b1f87f5869e /src | |
| parent | 25e40a4bb9c59f53907809c5a8d3e850993c8147 (diff) | |
| download | emacs-8fc798e913d72becfe7d6e836f146d00a734d742.tar.gz emacs-8fc798e913d72becfe7d6e836f146d00a734d742.zip | |
* dispnew.c (sit_for): Pass the correct number of arguments to
gobble_input.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
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); |