diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-21 00:40:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-21 00:40:32 +0000 |
commit | 624d377362dbdb9b6f11be20c3087539b77d6ba2 (patch) | |
tree | 469b7bd26b39e028c5051fdbb3d525cdea7febee /lisp/comint.el | |
parent | b27ce24f8719103547aee0b3f94662fd70f3a8de (diff) | |
download | emacs-624d377362dbdb9b6f11be20c3087539b77d6ba2.tar.gz |
(comint-input-ring-size): Increase to 150.
Diffstat (limited to 'lisp/comint.el')
-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 352ed876ee0..931e37d764c 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -310,7 +310,7 @@ the function `comint-truncate-buffer' is on `comint-output-filter-functions'." :type 'integer :group 'comint) -(defvar comint-input-ring-size 32 +(defvar comint-input-ring-size 150 "Size of input history ring.") (defvar comint-input-ring-separator "\n" |