From f80bd2d7b25691d8200b1a691964f601551bcf41 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 5 Mar 1996 17:26:19 +0000 Subject: [PATCH] (sit_for): Pass DISPLAY to detect_input_pending_run_timers. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { Lisp_Object read_kbd; - if (detect_input_pending ()) + if (detect_input_pending_run_timers (display)) return Qnil; if (display) -- 2.39.5