Merge pull request #90 from tarsius/cited4

* mu4e-cited-4-face: inherit font-lock-keyword-face
This commit is contained in:
Dirk-Jan C. Binnema 2012-11-26 14:45:32 -08:00
commit 5335908f57
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ I.e. a message with the draft 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)