diff src/keyboard.c @ 56717:f95a8f5985be

Adapt to new wait_reading_process_input args.
author Kim F. Storm <storm@cua.dk>
date Thu, 19 Aug 2004 13:59:28 +0000
parents 05bc08d74392
children e6e0caa7ec87
line wrap: on
line diff
--- a/src/keyboard.c	Thu Aug 19 13:57:17 2004 +0000
+++ b/src/keyboard.c	Thu Aug 19 13:59:28 2004 +0000
@@ -3899,10 +3899,7 @@
 	break;
 #endif
       {
-	Lisp_Object minus_one;
-
-	XSETINT (minus_one, -1);
-	wait_reading_process_input (0, 0, minus_one, 1);
+	wait_reading_process_input (0, 0, -1, 1, Qnil, NULL, 0);
 
 	if (!interrupt_input && kbd_fetch_ptr == kbd_store_ptr)
 	  /* Pass 1 for EXPECT since we just waited to have input.  */