Function: thread-list-send-quit-signal
thread-list-send-quit-signal is an interactive and byte-compiled
function defined in thread.el.gz.
Signature
(thread-list-send-quit-signal)
Documentation
Send a quit signal to the thread at point.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/thread.el.gz
(defun thread-list-send-quit-signal ()
"Send a quit signal to the thread at point."
(interactive)
(thread-list--send-signal 'quit))