# HG changeset patch # User Richard M. Stallman # Date 1124574426 0 # Node ID 0b9598224a95a0b92e70e1e3bebadfc9d84abd71 # Parent 66bd777e615cb2b0f1ca4b6fad8da6823efa586e (compilation-disable-input): Default to nil. diff -r 66bd777e615c -r 0b9598224a95 lisp/progmodes/compile.el --- 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."