diff options
| author | Richard M. Stallman | 2002-02-01 04:15:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-02-01 04:15:14 +0000 |
| commit | f3ea9e4ffee2cde8db173c93715c8113c735e94e (patch) | |
| tree | a788ba2cee751b9ecb9c284037222caafd199748 | |
| parent | 7e7d0f8bc28f596a344d70d159f0b46a214f2dca (diff) | |
| download | emacs-f3ea9e4ffee2cde8db173c93715c8113c735e94e.tar.gz emacs-f3ea9e4ffee2cde8db173c93715c8113c735e94e.zip | |
(comint-scroll-show-maximum-output): Default is t.
| -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 d04619a2617..14d2579e32b 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -274,7 +274,7 @@ See variable `comint-scroll-show-maximum-output' and function | |||
| 274 | (const others)) | 274 | (const others)) |
| 275 | :group 'comint) | 275 | :group 'comint) |
| 276 | 276 | ||
| 277 | (defcustom comint-scroll-show-maximum-output nil | 277 | (defcustom comint-scroll-show-maximum-output t |
| 278 | "*Controls how interpreter output causes window to scroll. | 278 | "*Controls how interpreter output causes window to scroll. |
| 279 | If non-nil, then show the maximum output when the window is scrolled. | 279 | If non-nil, then show the maximum output when the window is scrolled. |
| 280 | 280 | ||