]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-tag.el
emacs: use closures instead of backquoted lambdas
[notmuch] / emacs / notmuch-tag.el
index ebccb5a089bf59394b6e17026d68bc8ca89c4147..e3a60441a0b51a86d527b1c61fa6e9bd9a64a018 100644 (file)
@@ -553,7 +553,7 @@ and vice versa."
                                name)
                            (mapconcat #'identity tag-change " "))))
        (push (list key name-string
-                   `(lambda () (,tag-function ',tag-change)))
+                   (lambda () (funcall tag-function tag-change)))
              action-map)))
     (push (list notmuch-tag-jump-reverse-key
                (if reverse