emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Sat, 21 Jun 2003 20:04:45 -0400

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.406 emacs/src/process.c:1.407
*** emacs/src/process.c:1.406   Wed Jun  4 19:21:11 2003
--- emacs/src/process.c Sat Jun 21 20:04:44 2003
***************
*** 4163,4169 ****
         but select says there is input.  */
  
        if (XINT (read_kbd) && interrupt_input
!         && keyboard_bit_set (&Available))
        kill (getpid (), SIGIO);
  #endif
  
--- 4163,4169 ----
         but select says there is input.  */
  
        if (XINT (read_kbd) && interrupt_input
!         && keyboard_bit_set (&Available) && ! noninteractive)
        kill (getpid (), SIGIO);
  #endif
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]