changeset 17583:ef3d3871adef

(comint-input-face): Deleted.
author Richard M. Stallman <rms@gnu.org>
date Sun, 27 Apr 1997 22:05:34 +0000
parents 52780f61eb76
children 53a369ac3d2c
files lisp/comint.el
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
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.