From 624d377362dbdb9b6f11be20c3087539b77d6ba2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 21 Nov 2004 00:40:32 +0000 Subject: [PATCH] (comint-input-ring-size): Increase to 150. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2