Merge remote-tracking branch 'savannah/master' into native-comp
This commit is contained in:
commit
b8d3ae78c5
194 changed files with 5165 additions and 2633 deletions
|
@ -2577,7 +2577,8 @@ list that represents a doc string reference.
|
|||
(when (memq sym byte-compile-lexical-variables)
|
||||
(setq byte-compile-lexical-variables
|
||||
(delq sym byte-compile-lexical-variables))
|
||||
(byte-compile-warn "Variable `%S' declared after its first use" sym))
|
||||
(when (byte-compile-warning-enabled-p 'lexical sym)
|
||||
(byte-compile-warn "Variable `%S' declared after its first use" sym)))
|
||||
(push sym byte-compile-bound-variables)
|
||||
(push sym byte-compile--seen-defvars))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue