X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-query.el;h=26f954474227f15052692ff6ba46479baf4350b7;hp=0d6e7759a6b57593597dbcdb70afe5128ee1b3bf;hb=4ddb5ab4dd42208ba24989f188bdd06ab7865b5e;hpb=c2f3710a786dc8d610ccd8138ccfe5089686bec2 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)