]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
emacs: wrap call-process-region
[notmuch] / emacs / notmuch-hello.el
index 61494c02635101da70220ce4837975a43a49090e..71487bd97b8795b71747594f98bcd54ed821a976 100644 (file)
@@ -569,7 +569,7 @@ options will be handled as specified for
                                        (or (plist-get options :filter-count)
                                            (plist-get options :filter))))
         "\n")))
-    (unless (= (call-process-region (point-min) (point-max) notmuch-command
+    (unless (= (notmuch--call-process-region (point-min) (point-max) notmuch-command
                                    t t nil "count" "--batch") 0)
       (notmuch-logged-error
        "notmuch count --batch failed"