cl-symbol-macrolet

cl-symbol-macrolet is an autoloaded Lisp macro in `cl-macs.el'.

(cl-symbol-macrolet ((NAME EXPANSION) ...) FORM...)

Make symbol macro definitions.
Within the body FORMs, references to the variable NAME will be replaced
by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...).