Variable: byte-optimize--aliased-vars
byte-optimize--aliased-vars is a variable defined in byte-opt.el.gz.
Value
nil
Documentation
List of variables which may be aliased by other lexical variables.
If an entry in byte-optimize--lexvars has another variable as its VALUE,
then that other variable must be in this list.
This variable thus carries no essential information but is maintained
for speeding up processing.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/byte-opt.el.gz
(defvar byte-optimize--aliased-vars nil
"List of variables which may be aliased by other lexical variables.
If an entry in `byte-optimize--lexvars' has another variable as its VALUE,
then that other variable must be in this list.
This variable thus carries no essential information but is maintained
for speeding up processing.")