mu4e-cited-4-face: inherit font-lock-keyword-face

The previously inherited face font-lock-pseudo-keyword-face does not
exist in emacs-24.2 (anymore?).
This commit is contained in:
Jonas Bernoulli 2012-11-10 14:29:38 +01:00
parent b92d826808
commit 952b9836a8
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ flag set)."
:group 'mu4e-faces)
(defface mu4e-cited-4-face
'((t :inherit font-lock-pseudo-keyword-face :bold nil :italic t))
'((t :inherit font-lock-keyword-face :bold nil :italic t))
"Face for cited message parts (level 4)."
:group 'mu4e-faces)