Function: compiler-macroexpand
compiler-macroexpand is a function alias for cl-compiler-macroexpand,
defined in cl-macs.el.gz.
This function is obsolete since 27.1; use cl-compiler-macroexpand
instead.
Signature
(compiler-macroexpand FORM)
Documentation
Like macroexpand, but for compiler macros.
Expands FORM repeatedly until no further expansion is possible.
Returns FORM unchanged if it has no compiler macro, or if it has a
macro that returns its &whole argument.
Aliases
compiler-macroexpand (obsolete since 27.1)