X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-print.el;fp=emacs%2Fnotmuch-print.el;h=85fa1f218cfae1111cdb3e053c49cd4e05540b38;hp=d00614999147c100c4b94d472669d459cdbc6b2b;hb=5e5f2122f91413e93761ca4a3d30b0b8b0d5e38e;hpb=a890241138ea468f8a275941b02da39b4e894c1e diff --git a/emacs/notmuch-print.el b/emacs/notmuch-print.el index d0061499..85fa1f21 100644 --- a/emacs/notmuch-print.el +++ b/emacs/notmuch-print.el @@ -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