From: Richard M. Stallman Date: Sun, 27 Apr 1997 22:05:34 +0000 (+0000) Subject: (comint-input-face): Deleted. X-Git-Tag: emacs-20.1~2362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85cdc4134962a4f4bcbd37aa6b504973b4576c4b;p=emacs.git (comint-input-face): Deleted. --- diff --git a/lisp/comint.el b/lisp/comint.el index aec9c423ca9..0fab975f297 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -192,17 +192,6 @@ This variable is buffer-local." (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.