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