]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-show.el
emacs: fix call to nonexistent notmuch--call-process-shell-command
[notmuch] / emacs / notmuch-show.el
index ea20ddcef4d8fdb634c59dcaff3ff44a36dc818f..4de3e423bec077ab85b622ac05e40fef2582c494 100644 (file)
@@ -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)