X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=4de3e423bec077ab85b622ac05e40fef2582c494;hb=3eb25c94bd8fe4065d6df6d665ee393cb9a0ad6f;hp=ea20ddcef4d8fdb634c59dcaff3ff44a36dc818f;hpb=e722b4f48c90ea6536ac7efef47f9d0f3d8cc191;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index ea20ddce..4de3e423 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -2086,7 +2086,7 @@ message." ;; Use the originating buffer's working directory instead of ;; that of the pipe buffer. (cd cwd) - (let ((exit-code (notmuch--call-process-shell-command shell-command nil buf))) + (let ((exit-code (call-process-shell-command shell-command nil buf))) (goto-char (point-max)) (set-buffer-modified-p nil) (unless (zerop exit-code)