Variable: byte-compile-lexical-variables

byte-compile-lexical-variables is a variable defined in bytecomp.el.gz.

Value

nil

Documentation

List of variables that have been treated as lexical.

Filled in cconv-analyze-form but initialized and consulted here.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-lexical-variables nil
  "List of variables that have been treated as lexical.
Filled in `cconv-analyze-form' but initialized and consulted here.")