(byte-compile-unfold-lambda): Recursively optimize body.
This commit is contained in:
parent
560fcebc15
commit
92751e420f
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@
|
|||
(byte-compile-warn
|
||||
"attempt to open-code %s with too many arguments" name))
|
||||
form)
|
||||
(setq body (mapcar 'byte-optimize-form body))
|
||||
(let ((newform
|
||||
(if bindings
|
||||
(cons 'let (cons (nreverse bindings) body))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue