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