]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
emacs: implement notmuch-search-color-line with dolist.
authorMatt Armstrong <marmstrong@google.com>
Sun, 14 Aug 2016 22:13:00 +0000 (15:13 -0700)
committerDavid Bremner <david@tethera.net>
Mon, 12 Sep 2016 11:08:45 +0000 (08:08 -0300)
While passing a lambda to mapc is idiomatic elisp, dolist is easier
to understand, and there are a few other calls to it in this file.

emacs/notmuch.el

index ecf7198003e2af6c8fd1025414971ad414b24544..8e14692429ecc8e5740571a96a2d73fcf10f7f52 100644 (file)
@@ -695,13 +695,12 @@ background."
 
 (defun notmuch-search-color-line (start end line-tag-list)
   "Colorize lines in `notmuch-show' based on tags."
-  (mapc (lambda (elem)
-         (let ((tag (car elem))
-               (attributes (cdr elem)))
-           (when (member tag line-tag-list)
-             (notmuch-apply-face nil attributes nil start end))))
-       ;; Reverse the list so earlier entries take precedence
-       (reverse notmuch-search-line-faces)))
+  ;; Reverse the list so earlier entries take precedence
+  (dolist (elem (reverse notmuch-search-line-faces))
+    (let ((tag (car elem))
+         (face (cdr elem)))
+      (when (member tag line-tag-list)
+       (notmuch-apply-face nil face nil start end)))))
 
 (defun notmuch-search-author-propertize (authors)
   "Split `authors' into matching and non-matching authors and