comparison lisp/follow.el @ 21937:ca6bab63bffd

(follow-intercept-processes): When asynchronous subprocesses aren't supported, default to nil.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 04 May 1998 15:38:59 +0000
parents a6119c0748e9
children a77d473867b8
comparison
equal deleted inserted replaced
21936:6635a9f225a9 21937:ca6bab63bffd
316 The value of this variable is checked as part of loading Follow mode. 316 The value of this variable is checked as part of loading Follow mode.
317 After that, changing the prefix key requires manipulating keymaps." 317 After that, changing the prefix key requires manipulating keymaps."
318 :type 'string 318 :type 'string
319 :group 'follow) 319 :group 'follow)
320 320
321 (defcustom follow-intercept-processes t 321 (defcustom follow-intercept-processes
322 (fboundp 'start-process)
322 "*When non-nil, Follow Mode will monitor process output." 323 "*When non-nil, Follow Mode will monitor process output."
323 :type 'boolean 324 :type 'boolean
324 :group 'follow) 325 :group 'follow)
325 326
326 (defvar follow-emacs-version-xemacs-p 327 (defvar follow-emacs-version-xemacs-p