1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(follow-intercept-processes): When asynchronous

subprocesses aren't supported, default to nil.
This commit is contained in:
Eli Zaretskii 1998-05-04 15:38:59 +00:00
parent 229ba775d4
commit 07e464ab32

View File

@ -318,7 +318,8 @@ After that, changing the prefix key requires manipulating keymaps."
:type 'string
:group 'follow)
(defcustom follow-intercept-processes t
(defcustom follow-intercept-processes
(fboundp 'start-process)
"*When non-nil, Follow Mode will monitor process output."
:type 'boolean
:group 'follow)