]> git.eshelyaron.com Git - emacs.git/commit
Don't do anything in 'eshell-sentinel' if the process status is "run"
authorJim Porter <jporterbugs@gmail.com>
Fri, 18 Aug 2023 05:40:03 +0000 (22:40 -0700)
committerJim Porter <jporterbugs@gmail.com>
Tue, 12 Sep 2023 18:44:27 +0000 (11:44 -0700)
commitbffdb84cda4f74889407fffed57b09d860a33c63
tree1c39a11794f13997b1c143a1af3af8b28498270d
parent1e1f3e30efd650af9d995575ce23c585aaeb6e78
Don't do anything in 'eshell-sentinel' if the process status is "run"

This doesn't change anything right now, but it will prevent future
issues when we add the ability to resume suspended processes in
Eshell.

* lisp/eshell/esh-proc.el (eshell-sentinel): Check for "run" status
earlier.
lisp/eshell/esh-proc.el