Function: eshell-quit-process
eshell-quit-process is an interactive and byte-compiled function
defined in esh-proc.el.gz.
Signature
(eshell-quit-process)
Documentation
Send quit signal to process.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-proc.el.gz
(defun eshell-quit-process ()
"Send quit signal to process."
(interactive)
(unless (eshell-process-interact 'quit-process)
(eshell-kill-process-function nil "quit")))