Merge pull request #667 from dancn/master

mu4e: Fix typo from higl.* to highl.*
This commit is contained in:
Dirk-Jan C. Binnema
2015-09-22 11:22:31 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -813,7 +813,7 @@ user-interaction ongoing."
(hl-line-mode 1))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; higlighting
;;; highlighting
(defvar mu4e~highlighted-docid nil
"The highlighted docid")

View File

@ -480,7 +480,7 @@ I.e. a message with the draft flag set."
:group 'mu4e-faces)
(defface mu4e-highlight-face
'((t :inherit higlight))
'((t :inherit highlight))
"Face for highlighting things."
:group 'mu4e-faces)