diff options
author | Juri Linkov <juri@jurta.org> | 2010-05-21 00:38:59 +0300 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2010-05-21 00:38:59 +0300 |
commit | 2ee13033a8a600e53b86004fad293c8819412131 (patch) | |
tree | 53e63acf28ded3577ebe42e7c04775c1e6acbbf0 /lisp/comint.el | |
parent | f5d6548ac93ed6b2c5eb06bfe93e2f531ddd72e0 (diff) | |
download | emacs-2ee13033a8a600e53b86004fad293c8819412131.tar.gz |
Remove obsolete comment.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 1 |
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'." :type 'integer :group 'comint) -;; FIXME: this should be defcustom (defcustom comint-input-ring-size 500 "Size of the input history ring in `comint-mode'." :type 'integer |