Re: [PATCH] emacs: fix call to nonexistent notmuch--call-process-shell-command

Subject: Re: [PATCH] emacs: fix call to nonexistent notmuch--call-process-shell-command

Date: Mon, 18 Oct 2021 13:49:22 -0300

To: Doug Woos, notmuch@notmuchmail.org

Cc: Doug Woos

From: David Bremner


Doug Woos <doug.woos@gmail.com> writes:

> Looks like a find/replace error in e722b4f4
> ---
>  emacs/notmuch-show.el | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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)
> -- 
> 2.29.2

That looks good to me. If there are no objections today, I'll apply this
for the upcoming release.

d
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: