From: Richard M. Stallman Date: Tue, 5 Mar 1996 17:26:19 +0000 (+0000) Subject: (sit_for): Pass DISPLAY to detect_input_pending_run_timers. X-Git-Tag: emacs-19.34~1103 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/f80bd2d7b25691d8200b1a691964f601551bcf41 (sit_for): Pass DISPLAY to detect_input_pending_run_timers. --- diff --git a/src/dispnew.c b/src/dispnew.c index 201f4a579e..37749001d3 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -2367,7 +2367,7 @@ sit_for (sec, usec, reading, display) { Lisp_Object read_kbd; - if (detect_input_pending ()) + if (detect_input_pending_run_timers (display)) return Qnil; if (display)