Function: comint-kill-subjob
comint-kill-subjob is an interactive and byte-compiled function
defined in comint.el.gz.
Signature
(comint-kill-subjob)
Documentation
Send kill signal to the current subjob.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defun comint-kill-subjob ()
"Send kill signal to the current subjob."
(interactive)
(comint-skip-input)
(kill-process nil comint-ptyp))