]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: Fix misuse of `notmuch-tag'
[notmuch] / emacs / notmuch.el
index 1e53f5092391c350d53589b10494852c6d648fd6..906ca636a70504471c79a8f7bd46c9c8f37be30e 100644 (file)
@@ -838,7 +838,7 @@ non-authors is found, assume that all of the authors match."
 
 See `notmuch-tag' for information on the format of TAG-CHANGES."
   (interactive)
-  (apply 'notmuch-tag notmuch-search-query-string tag-changes))
+  (notmuch-tag notmuch-search-query-string tag-changes))
 
 (defun notmuch-search-buffer-title (query)
   "Returns the title for a buffer with notmuch search results."