]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-disable-input): Default to nil.
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Aug 2005 21:47:06 +0000 (21:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Aug 2005 21:47:06 +0000 (21:47 +0000)
lisp/progmodes/compile.el

index 8fd261f04f589f8385d5ed1aca288f81c64f51dd..94414e2d482d6e5f83f86ecb47eff92d87ab80e5 100644 (file)
@@ -446,7 +446,7 @@ You might also use mode hooks to specify it in certain modes, like this:
   :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."