Variable: cider-inspector-location-stack
cider-inspector-location-stack is a variable defined in
cider-inspector.el.
Value
nil
Documentation
A stack used to save point locations in inspector buffers.
These locations are used to emulate save-excursion between
cider-inspector-push and cider-inspector-pop operations.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-inspector.el
(defvar cider-inspector-location-stack nil
"A stack used to save point locations in inspector buffers.
These locations are used to emulate `save-excursion' between
`cider-inspector-push' and `cider-inspector-pop' operations.")