From: Richard M. Stallman Date: Sat, 20 Aug 2005 21:47:06 +0000 (+0000) Subject: (compilation-disable-input): Default to nil. X-Git-Tag: emacs-pretest-22.0.90~7509 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93ef35e4042fcfc7ca31c1593ae9a3d46a0e306e;p=emacs.git (compilation-disable-input): Default to nil. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 8fd261f04f5..94414e2d482 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."