diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-17 14:20:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-17 14:20:31 +0000 |
commit | c541b39e04953c4cb4733326aa47f792549bd65e (patch) | |
tree | 1c50707d6fe270e6a99a724a4eca7b80a434bfc0 /lisp/comint.el | |
parent | 9a22438281a5ada3643160988ae4e2203bddd0a7 (diff) | |
download | emacs-c541b39e04953c4cb4733326aa47f792549bd65e.tar.gz |
(comint-scroll-show-maximum-output): Make default nil.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 5c2ec55903e..bdb8867fb23 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -202,7 +202,7 @@ The default is nil. See variable `comint-scroll-show-maximum-output' and function `comint-postoutput-scroll-to-bottom'. This variable is buffer-local.") -(defvar comint-scroll-show-maximum-output t +(defvar comint-scroll-show-maximum-output nil "*Controls how interpreter output causes window to scroll. If non-nil, then show the maximum output when the window is scrolled. |