Mercurial > emacs
diff lisp/comint.el @ 17583:ef3d3871adef
(comint-input-face): Deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 27 Apr 1997 22:05:34 +0000 |
parents | 5eb28dcbdb71 |
children | 0d08e67b280f |
line wrap: on
line diff
--- a/lisp/comint.el Sun Apr 27 21:54:54 1997 +0000 +++ b/lisp/comint.el Sun Apr 27 22:05:34 1997 +0000 @@ -192,17 +192,6 @@ (const history)) :group 'comint) -(defface comint-input-face '((((class color) - (background dark)) - (:foreground "red")) - (((class color) - (background light)) - (:foreground "blue")) - (t - (:bold t))) - "How to display user input for comint shells." - :group 'comint) - (defcustom comint-input-ignoredups nil "*If non-nil, don't add input matching the last on the input ring. This mirrors the optional behavior of bash.