changeset 14843:055c7356865b

(wait_reading_process_input): Extract the number from read_kbd with XINT.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Mar 1996 23:43:50 +0000
parents e734731ef36f
children 885968b5998e
files src/process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;