From db65c824d0ad39afc13c953e469483f437785bc1 Mon Sep 17 00:00:00 2001 From: Daniele Pizzolli Date: Tue, 22 Sep 2015 08:37:29 +0200 Subject: [PATCH] Fix typo from higl.* to highl.* --- mu4e/mu4e-headers.el | 2 +- mu4e/mu4e-vars.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 90069207..e113376b 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -813,7 +813,7 @@ user-interaction ongoing." (hl-line-mode 1)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; higlighting +;;; highlighting (defvar mu4e~highlighted-docid nil "The highlighted docid") diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index b857e77c..a4ae212e 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -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)