Function: telnet-interrupt-subjob
telnet-interrupt-subjob is an interactive and byte-compiled function
defined in telnet.el.gz.
Signature
(telnet-interrupt-subjob)
Documentation
Interrupt the program running through telnet on the remote host.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/net/telnet.el.gz
(defun telnet-interrupt-subjob ()
"Interrupt the program running through telnet on the remote host."
(interactive)
(process-send-string nil telnet-interrupt-string))