From 65fd0096361fb7951dc65ef05bf20bc547f1ecc9 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 15 Oct 2013 15:08:11 +0200 Subject: [PATCH] * mu4e/mu4e-headers.el (mu4e-headers-mode): Fix typo. --- mu4e/mu4e-headers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 829ea66e..6b15df73 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -753,7 +753,7 @@ user-interaction ongoing." (set (make-local-variable 'hl-line-face) 'mu4e-header-highlight-face) ;; maybe update the current headers upon indexing changes - (add-hook 'mu4e-index-updated-hook 'mu4~headers-auto-update nil t) + (add-hook 'mu4e-index-updated-hook 'mu4e~headers-auto-update nil t) (setq truncate-lines t buffer-undo-list t ;; don't record undo information