Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.374 
emacs/lisp/progmodes/compile.el:1.375
*** emacs/lisp/progmodes/compile.el:1.374       Sat Aug 20 12:14:24 2005
--- emacs/lisp/progmodes/compile.el     Sat Aug 20 21:47:06 2005
***************
*** 446,452 ****
    :type 'string
    :group 'compilation)
  
! (defcustom compilation-disable-input t
    "*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."
--- 446,452 ----
    :type 'string
    :group 'compilation)
  
! (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."


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to