* mu4e/mu4e-utils.el (mu4e~fontify-cited): remove unsused let var.

This commit is contained in:
Thierry Volpiatto 2014-03-02 21:04:21 +01:00
parent 3835c2e45e
commit ee2e9d11f3
1 changed files with 10 additions and 11 deletions

View File

@ -1086,7 +1086,6 @@ receive (:info add :path <path> :docid <docid>) as well as (:update
"Colorize message content based on the citation level. This is
used in the view and compose modes."
(save-excursion
(let ((more-lines t))
(goto-char (point-min))
(when (search-forward-regexp "^\n" nil t) ;; search the first empty line
(while (re-search-forward mu4e-cited-regexp nil t)
@ -1096,7 +1095,7 @@ used in the view and compose modes."
(intern-soft (format "mu4e-cited-%d-face" level)))))
(when face
(add-text-properties (line-beginning-position 1)
(line-end-position 1) `(face ,face)))))))))
(line-end-position 1) `(face ,face))))))))
(defun mu4e~fontify-signature ()
"Give the message signatures a distinctive color. This is used in