el/dot-emacs.el: Clobber `comint-highlight-input' properly.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 12 Dec 2009 11:12:50 +0000 (11:12 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 12 Dec 2009 11:12:58 +0000 (11:12 +0000)
Just leaving it empty seemed to work on Emacs 23, but doesn't on 22.

el/dot-emacs.el

index 5cfc34b..1d2ddec 100644 (file)
@@ -800,7 +800,8 @@ doesn't match any of the regular expressions in
 
 (mdw-define-face comint-highlight-prompt
   (t :weight bold))
-(mdw-define-face comint-highlight-input)
+(mdw-define-face comint-highlight-input
+  (t nil))
 
 (mdw-define-face trailing-whitespace
   (((class color)) :background "red")
@@ -874,7 +875,8 @@ doesn't match any of the regular expressions in
   (t :foreground "green"))
 (mdw-define-face diff-removed
   (t :foreground "red"))
-(mdw-define-face diff-context)
+(mdw-define-face diff-context
+  (t nil))
 
 (mdw-define-face erc-input-face
   (t :foreground "red"))