aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/comint.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 8defc3c7800..fd3cff3b5f9 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -309,7 +309,6 @@ the function `comint-truncate-buffer' is on `comint-output-filter-functions'."
309 :type 'integer 309 :type 'integer
310 :group 'comint) 310 :group 'comint)
311 311
312;; FIXME: this should be defcustom
313(defcustom comint-input-ring-size 500 312(defcustom comint-input-ring-size 500
314 "Size of the input history ring in `comint-mode'." 313 "Size of the input history ring in `comint-mode'."
315 :type 'integer 314 :type 'integer