# HG changeset patch # User Richard M. Stallman # Date 827279030 0 # Node ID 055c7356865b0a7c492142faa33035ca30ba84fc # Parent e734731ef36f71977c92c6135729ab68757e75b9 (wait_reading_process_input): Extract the number from read_kbd with XINT. diff -r e734731ef36f -r 055c7356865b src/process.c --- a/src/process.c Tue Mar 19 22:47:41 1996 +0000 +++ b/src/process.c Tue Mar 19 23:43:50 1996 +0000 @@ -2076,7 +2076,7 @@ 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;