Variable: byte-compile-bound-variables
byte-compile-bound-variables is a variable defined in bytecomp.el.gz.
Value
nil
Documentation
List of dynamic variables bound in the context of the current form.
This list lives partly on the stack.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-bound-variables nil
"List of dynamic variables bound in the context of the current form.
This list lives partly on the stack.")