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:
parent
229ba775d4
commit
07e464ab32
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user