From: Richard M. Stallman Date: Tue, 19 Mar 1996 23:43:50 +0000 (+0000) Subject: (wait_reading_process_input): Extract the number from read_kbd with XINT. X-Git-Tag: emacs-19.34~1017 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=501ebe0e349c6ae4e642a2661695734d051481bd;p=emacs.git (wait_reading_process_input): Extract the number from read_kbd with XINT. --- diff --git a/src/process.c b/src/process.c index 49fd0597a06..eef1c18e4eb 100644 --- a/src/process.c +++ b/src/process.c @@ -2076,7 +2076,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) run timer events directly. (Callers that will immediately read keyboard events call timer_delay on their own.) */ - if (read_kbd >= 0) + if (XINT (read_kbd) >= 0) { EMACS_TIME timer_delay; int old_timers_run = timers_run;