]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-tag.el
emacs: wrap call-process
[notmuch] / emacs / notmuch-tag.el
index e3a60441a0b51a86d527b1c61fa6e9bd9a64a018..536315e9a788f7ae10dc2a58750fb99e1f874584 100644 (file)
@@ -397,7 +397,7 @@ Return all tags if no search terms are given."
   (split-string
    (with-output-to-string
      (with-current-buffer standard-output
-       (apply 'call-process notmuch-command nil t
+       (apply 'notmuch--call-process notmuch-command nil t
              nil "search" "--output=tags" "--exclude=false" search-terms)))
    "\n+" t))