]> git.eshelyaron.com Git - emacs.git/commit
Reset the Eshell prompt when signaling with no foreground process
authorJim Porter <jporterbugs@gmail.com>
Fri, 13 Oct 2023 01:23:46 +0000 (18:23 -0700)
committerJim Porter <jporterbugs@gmail.com>
Fri, 13 Oct 2023 01:23:46 +0000 (18:23 -0700)
commite58b1d371fbbb3d9a7a1898fce2d35766493aab0
tree21f04cf0e20600461a79f2b25b191d3aaf65438b
parentce3ed6e019cdb5f8fd831e35c04832aaa2c768b6
Reset the Eshell prompt when signaling with no foreground process

This fixes a small regression from commit eef32d13da5.

* lisp/eshell/esh-proc.el (eshell-reset): Declare here.
(eshell-reset-after-proc): Move implementation to...
(eshell--reset-after-signal): ... here...
(eshell-interrupt-process, eshell-kill-process eshell-quit-process)
(eshell-stop-process, eshell-continue-process): ... and call it.
lisp/eshell/esh-proc.el