diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el index 0d6e7759..26f95447 100644 --- a/emacs/notmuch-query.el +++ b/emacs/notmuch-query.el @@ -47,7 +47,7 @@ is a possibly empty forest of replies. (apply 'append (mapcar (lambda (tree) - (funcall mapper fn tree)) + (funcall mapper function tree)) seq))) (defun notmuch-query-map-threads (fn threads)