Mercurial > emacs
diff src/process.c @ 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 | 58061223557c |
| children | 25ad7be098ba |
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
