Function: cider-stacktrace-analyze-at-point
cider-stacktrace-analyze-at-point is an interactive and byte-compiled
function defined in cider-stacktrace.el.
This command is obsolete since 1.18.
Signature
(cider-stacktrace-analyze-at-point)
Documentation
Removed.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-stacktrace.el
(defun cider-stacktrace-analyze-at-point ()
"Removed."
(interactive)
(message "This function has been removed.
You can jump to functions and methods directly from the printed stacktrace now."))