]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-input-face): Deleted.
authorRichard M. Stallman <rms@gnu.org>
Sun, 27 Apr 1997 22:05:34 +0000 (22:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 27 Apr 1997 22:05:34 +0000 (22:05 +0000)
lisp/comint.el

index aec9c423ca9edffbaad6f6d33a2bfec3699a4b0d..0fab975f297c94e5b2062829f29d08f70d0e8baa 100644 (file)
@@ -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.