aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-05 17:26:19 +0000
committerRichard M. Stallman1996-03-05 17:26:19 +0000
commitf80bd2d7b25691d8200b1a691964f601551bcf41 (patch)
tree97c4ecd9a0e590989c92a972f9e4ffd096b36c56 /src
parent2699e23efe5bff9534ee018c8517ac75a5d73146 (diff)
downloademacs-f80bd2d7b25691d8200b1a691964f601551bcf41.tar.gz
emacs-f80bd2d7b25691d8200b1a691964f601551bcf41.zip
(sit_for): Pass DISPLAY to detect_input_pending_run_timers.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
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)