From: Mark Wooding Date: Sat, 12 Dec 2009 11:12:50 +0000 (+0000) Subject: el/dot-emacs.el: Clobber `comint-highlight-input' properly. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/5fd055c2f1512d1e57ce88d3784a578a49a7e59f?ds=sidebyside;hp=6b440e3f1a67b73bb35b1469f18065d18aa5402e el/dot-emacs.el: Clobber `comint-highlight-input' properly. Just leaving it empty seemed to work on Emacs 23, but doesn't on 22. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 5cfc34b..1d2ddec 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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"))