(byte-compile-unfold-lambda): Recursively optimize body.

This commit is contained in:
Karl Heuer 1995-12-21 17:32:21 +00:00
parent 560fcebc15
commit 92751e420f

View file

@ -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))