aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-17 14:20:31 +0000
committerRichard M. Stallman <[email protected]>1993-11-17 14:20:31 +0000
commitc541b39e04953c4cb4733326aa47f792549bd65e (patch)
tree1c50707d6fe270e6a99a724a4eca7b80a434bfc0 /lisp/comint.el
parent9a22438281a5ada3643160988ae4e2203bddd0a7 (diff)
(comint-scroll-show-maximum-output): Make default nil.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 5c2ec55903..bdb8867fb2 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.