comparison lisp/comint.el @ 5058:fb8f2a3f2178

(comint-scroll-show-maximum-output): Make default nil.
author Richard M. Stallman <rms@gnu.org>
date Wed, 17 Nov 1993 14:20:31 +0000
parents 08d056e0240f
children 23f6d57ced16
comparison
equal deleted inserted replaced
5057:d15f5b49f3ea 5058:fb8f2a3f2178
200 The default is nil. 200 The default is nil.
201 201
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
209 See variable `comint-scroll-to-bottom-on-output' and function 209 See variable `comint-scroll-to-bottom-on-output' and function
210 `comint-postoutput-scroll-to-bottom'. This variable is buffer-local.") 210 `comint-postoutput-scroll-to-bottom'. This variable is buffer-local.")