increase the default to 500.
+2010-01-01 Juri Linkov <juri@jurta.org>
+
+ * comint.el (comint-input-ring-size): Make it a defcustom and
+ increase the default to 500.
+
2009-12-31 Nick Roberts <nickrob@snap.net.nz>
Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
:group 'comint)
;; FIXME: this should be defcustom
-(defvar comint-input-ring-size 150
- "Size of input history ring.")
+(defcustom comint-input-ring-size 500
+ "Size of the input history ring in `comint-mode'."
+ :type 'integer
+ :group 'comint
+ :version "23.2")
(defvar comint-input-ring-separator "\n"
"Separator between commands in the history file.")