aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-08-20 21:47:06 +0000
committerRichard M. Stallman <[email protected]>2005-08-20 21:47:06 +0000
commit93ef35e4042fcfc7ca31c1593ae9a3d46a0e306e (patch)
treeb2f97de8f48fb52972300998c3b2046dc1a6aa0e /lisp/progmodes
parent619a2c49767a1b4691de425aa9adb2d3d534db7b (diff)
(compilation-disable-input): Default to nil.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 8fd261f04f..94414e2d48 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -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."