mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: fix call to nonexistent notmuch--call-process-shell-command
Looks like a find/replace error in e722b4f4
This commit is contained in:
parent
0f196b5659
commit
175476d1d1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue