Variable: macroexp--dynvars

macroexp--dynvars is a variable defined in lread.c.

Value

nil

Documentation

List of variables declared dynamic in the current scope.

Only valid during macro-expansion. Internal use only.

Source Code

// Defined in /usr/src/emacs/src/lread.c
  DEFVAR_LISP ("macroexp--dynvars", Vmacroexp__dynvars,
        doc:   /* List of variables declared dynamic in the current scope.
Only valid during macro-expansion.  Internal use only. */);