From 4209eeef8cf7af52b46d549bb6e232a2a55c02a5 Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 12 Aug 2015 20:52:55 +0300 Subject: [PATCH] mu4e: don't use obsolete faces Fixes #645. Keep the ones that are still in use though. --- mu4e/mu4e-vars.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index a0074458..9b0092ff 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -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)