diff options
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 446 | :type 'string | 446 | :type 'string |
| 447 | :group 'compilation) | 447 | :group 'compilation) |
| 448 | 448 | ||
| 449 | (defcustom compilation-disable-input t | 449 | (defcustom compilation-disable-input nil |
| 450 | "*If non-nil, send end-of-file as compilation process input. | 450 | "*If non-nil, send end-of-file as compilation process input. |
| 451 | This only affects platforms that support asynchronous processes (see | 451 | This only affects platforms that support asynchronous processes (see |
| 452 | start-process); synchronous compilation processes never accept input." | 452 | start-process); synchronous compilation processes never accept input." |