Variable: cider-last-macroexpand-expression

cider-last-macroexpand-expression is a variable defined in cider-macroexpansion.el.

Value

nil

Documentation

Specify the last macroexpansion performed.

This variable specifies both what was expanded and the expander.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-macroexpansion.el
(defvar cider-last-macroexpand-expression nil
  "Specify the last macroexpansion performed.
This variable specifies both what was expanded and the expander.")