1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

(comint-input-ring-size): Increase to 150.

This commit is contained in:
Richard M. Stallman 2004-11-21 00:40:32 +00:00
parent b27ce24f87
commit 624d377362

View File

@ -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"