changeset 51637:745eaece4a11

(wait_reading_process_input): Don't signal SIGIO in batch mode.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 2003 00:04:44 +0000
parents 758b45c47650
children e451611c1a5c
files src/process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Sun Jun 22 00:04:10 2003 +0000
+++ b/src/process.c	Sun Jun 22 00:04:44 2003 +0000
@@ -4163,7 +4163,7 @@
 	 but select says there is input.  */
 
       if (XINT (read_kbd) && interrupt_input
-	  && keyboard_bit_set (&Available))
+	  && keyboard_bit_set (&Available) && ! noninteractive)
 	kill (getpid (), SIGIO);
 #endif