From 85cdc4134962a4f4bcbd37aa6b504973b4576c4b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 27 Apr 1997 22:05:34 +0000 Subject: [PATCH] (comint-input-face): Deleted. --- lisp/comint.el | 11 ----------- 1 file changed, 11 deletions(-) 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. -- 2.39.5