Use 'kill-process' as a fallback when a pipe gets broken in Eshell
authorJim Porter <jporterbugs@gmail.com>
Sun, 14 Jul 2024 23:51:43 +0000 (16:51 -0700)
committerJim Porter <jporterbugs@gmail.com>
Sat, 27 Jul 2024 19:10:33 +0000 (12:10 -0700)
commit469bc7c96868e3cd31e03603366f32b88070f887
tree09e7a706e428887a97079ae789f584b803d953df
parent367c0490a8298ec156421bf265f6e091aa2807c7
Use 'kill-process' as a fallback when a pipe gets broken in Eshell

This is better than 'delete-process' since it will ensure that any
stderr pipe-processes get stopped as well (bug#72117).

* lisp/eshell/esh-proc.el (eshell-insertion-filter): Use 'kill-process'
instead of 'delete-process'.
lisp/eshell/esh-proc.el