comparison lisp/progmodes/compile.el @ 65055:0b9598224a95

(compilation-disable-input): Default to nil.
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Aug 2005 21:47:06 +0000
parents 4ac20fef0d09
children 5a147188ccac
comparison
equal deleted inserted replaced
65054:66bd777e615c 65055:0b9598224a95
444 (concat \"make -k \" 444 (concat \"make -k \"
445 (file-name-sans-extension buffer-file-name))))))" 445 (file-name-sans-extension buffer-file-name))))))"
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."
453 :type 'boolean 453 :type 'boolean
454 :group 'compilation 454 :group 'compilation