diff options
| -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. | |||
| 202 | See variable `comint-scroll-show-maximum-output' and function | 202 | See 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. |
| 207 | If non-nil, then show the maximum output when the window is scrolled. | 207 | If non-nil, then show the maximum output when the window is scrolled. |
| 208 | 208 | ||