summaryrefslogtreecommitdiff
path: root/lisp/follow.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/follow.el')
-rw-r--r--lisp/follow.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/follow.el b/lisp/follow.el
index a3f1ec782dd..2d818708c63 100644
--- a/lisp/follow.el
+++ b/lisp/follow.el
@@ -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)