Variable: cider-macrostep--saved-header-line

cider-macrostep--saved-header-line is a buffer-local variable defined in cider-macrostep.el.

Documentation

Saved header-line-format from before cider-macrostep-mode(var)/cider-macrostep-mode(fun).

The sentinel none means there was no buffer-local value to restore.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-macrostep.el
(defvar-local cider-macrostep--saved-header-line 'none
  "Saved `header-line-format' from before `cider-macrostep-mode'.
The sentinel `none' means there was no buffer-local value to restore.")