Function: clojure-unwind-all

clojure-unwind-all is an autoloaded, interactive and byte-compiled function defined in clojure-mode.el.

Signature

(clojure-unwind-all)

Documentation

Fully unwind thread at point or above point.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/clojure-mode-20260325.811/clojure-mode.el
;;;###autoload
(defun clojure-unwind-all ()
  "Fully unwind thread at point or above point."
  (interactive)
  (clojure-unwind '(4)))