changeset 65055:0b9598224a95

(compilation-disable-input): Default to nil.
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Aug 2005 21:47:06 +0000
parents 66bd777e615c
children fb6294015f51
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Sat Aug 20 12:20:49 2005 +0000
+++ b/lisp/progmodes/compile.el	Sat Aug 20 21:47:06 2005 +0000
@@ -446,7 +446,7 @@
   :type 'string
   :group 'compilation)
 
-(defcustom compilation-disable-input t
+(defcustom compilation-disable-input nil
   "*If non-nil, send end-of-file as compilation process input.
 This only affects platforms that support asynchronous processes (see
 start-process); synchronous compilation processes never accept input."