mu4e: don't use obsolete faces

Fixes #645.

Keep the ones that are still in use though.
This commit is contained in:
djcb 2015-08-12 20:52:55 +03:00
parent fd557aeac8
commit 4209eeef8c
1 changed files with 3 additions and 3 deletions

View File

@ -452,7 +452,7 @@ I.e. a message with the draft flag set."
:group 'mu4e-faces)
(defface mu4e-header-key-face
'((t :inherit message-header-name-face :bold t))
'((t :inherit message-header-name :bold t))
"Face for a header key (such as \"Foo\" in \"Subject:\ Foo\")."
:group 'mu4e-faces)
@ -477,7 +477,7 @@ I.e. a message with the draft flag set."
:group 'mu4e-faces)
(defface mu4e-highlight-face
'((t :inherit font-lock-pseudo-keyword-face :bold t))
'((t :inherit higlight))
"Face for highlighting things."
:group 'mu4e-faces)
@ -497,7 +497,7 @@ I.e. a message with the draft flag set."
:group 'mu4e-faces)
(defface mu4e-url-number-face
'((t :inherit font-lock-reference-face :bold t))
'((t :inherit font-lock-constant-face :bold t))
"Face for the number tags for URLs."
:group 'mu4e-faces)