]> git.eshelyaron.com Git - emacs.git/commit
Ignore 'eshell-broken-pipe' error in 'eshell-sentinel'
authorJim Porter <jporterbugs@gmail.com>
Mon, 21 Feb 2022 20:14:34 +0000 (12:14 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 23 Feb 2022 12:13:45 +0000 (13:13 +0100)
commit76fcfe1eb1b6b8086cb58966801d2509fd55d9f9
treee92819e05cc6252551bf083b33316861aa380c43
parent7b0b27971b583c09cbc524d2215546f5dfe4a0e1
Ignore 'eshell-broken-pipe' error in 'eshell-sentinel'

This can happen if 'eshell-sentinel' tries to write output to another
process, but that process has already terminated.

* lisp/eshell/esh-proc.el (eshell-sentinel): Use 'ignore-error'
instead of 'unwind-protect'.
lisp/eshell/esh-proc.el