diff options
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 201f4a579e7..37749001d3f 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -2367,7 +2367,7 @@ sit_for (sec, usec, reading, display) | |||
| 2367 | { | 2367 | { |
| 2368 | Lisp_Object read_kbd; | 2368 | Lisp_Object read_kbd; |
| 2369 | 2369 | ||
| 2370 | if (detect_input_pending ()) | 2370 | if (detect_input_pending_run_timers (display)) |
| 2371 | return Qnil; | 2371 | return Qnil; |
| 2372 | 2372 | ||
| 2373 | if (display) | 2373 | if (display) |