emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Sat, 20 Aug 2005 17:47:08 -0400

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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]