emacs: Fix to eliminate warning in notmuch-query-map-aux

This is one of those cases where the warning looks absolutely correct,
(complaining about a free variable), but I'm left wondering how the
original code could have worked at all.

From what I can tell, this code wasn't actually being called by any
of the current code in notmuch.
This commit is contained in:
Carl Worth 2010-10-27 17:54:38 -07:00
parent c506e1034b
commit 4ddb5ab4dd

View file

@ -47,7 +47,7 @@ is a possibly empty forest of replies.
(apply 'append (apply 'append
(mapcar (mapcar
(lambda (tree) (lambda (tree)
(funcall mapper fn tree)) (funcall mapper function tree))
seq))) seq)))
(defun notmuch-query-map-threads (fn threads) (defun notmuch-query-map-threads (fn threads)