]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-print.el
emacs: wrap call-process-region
[notmuch] / emacs / notmuch-print.el
index d00614999147c100c4b94d472669d459cdbc6b2b..85fa1f218cfae1111cdb3e053c49cd4e05540b38 100644 (file)
@@ -48,7 +48,7 @@
   "Pass the contents of the current buffer to 'muttprint'.
 
 Optional OUTPUT allows passing a list of flags to muttprint."
-  (apply #'call-process-region (point-min) (point-max)
+  (apply #'notmuch--call-process-region (point-min) (point-max)
         ;; Reads from stdin.
         "muttprint"
         nil nil nil