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