aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/comint.el2
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.
202See variable `comint-scroll-show-maximum-output' and function 202See variable `comint-scroll-show-maximum-output' and function
203`comint-postoutput-scroll-to-bottom'. This variable is buffer-local.") 203`comint-postoutput-scroll-to-bottom'. This variable is buffer-local.")
204 204
205(defvar comint-scroll-show-maximum-output t 205(defvar comint-scroll-show-maximum-output nil
206 "*Controls how interpreter output causes window to scroll. 206 "*Controls how interpreter output causes window to scroll.
207If non-nil, then show the maximum output when the window is scrolled. 207If non-nil, then show the maximum output when the window is scrolled.
208 208