diff options
| author | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
| commit | 0487d68ab9992be4fa70cfd908909001f71e66af (patch) | |
| tree | 8c93da3b94717d184f88277e277de949ecb2fb9c /lisp/eshell/esh-io.el | |
| parent | 798dceb467d4ead092979822f24090c8378f8320 (diff) | |
| download | emacs-scratch/error-API.tar.gz emacs-scratch/error-API.zip | |
Diffstat (limited to 'lisp/eshell/esh-io.el')
| -rw-r--r-- | lisp/eshell/esh-io.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index 7c0b878e3cf..ea7dbb2e122 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el | |||
| @@ -751,7 +751,7 @@ Returns what was actually sent, or nil if nothing was sent.") | |||
| 751 | ;; here. Maybe `process-send-string' should handle SIGPIPE even | 751 | ;; here. Maybe `process-send-string' should handle SIGPIPE even |
| 752 | ;; in batch mode (bug#66186). | 752 | ;; in batch mode (bug#66186). |
| 753 | (if (process-live-p target) | 753 | (if (process-live-p target) |
| 754 | (signal (car err) (cdr err)) | 754 | (signal err) |
| 755 | (signal 'eshell-pipe-broken (list target))))) | 755 | (signal 'eshell-pipe-broken (list target))))) |
| 756 | object) | 756 | object) |
| 757 | 757 | ||