Function: thread-list-send-error-signal

thread-list-send-error-signal is an interactive and byte-compiled function defined in thread.el.gz.

Signature

(thread-list-send-error-signal)

Documentation

Send an error signal to the thread at point.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/thread.el.gz
(defun thread-list-send-error-signal ()
  "Send an error signal to the thread at point."
  (interactive)
  (thread-list--send-signal 'error))