Mercurial > emacs
changeset 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 | d15f5b49f3ea |
children | 44c915e72774 |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Wed Nov 17 13:41:50 1993 +0000 +++ b/lisp/comint.el Wed Nov 17 14:20:31 1993 +0000 @@ -202,7 +202,7 @@ 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.