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.
Each element is (NAME . ALIAS) where NAME is the aliased variable
and ALIAS the variable record (in the format described for
byte-optimize--lexvars) for an alias, which may have NAME as its VALUE.
There can be multiple entries for the same NAME if it has several aliases.
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.
Each element is (NAME . ALIAS) where NAME is the aliased variable
and ALIAS the variable record (in the format described for
`byte-optimize--lexvars') for an alias, which may have NAME as its VALUE.
There can be multiple entries for the same NAME if it has several aliases.")