Fix splicing of let body

This commit is contained in:
Justin Ethier 2018-11-13 17:17:16 -05:00
parent 8c033a7909
commit 04a3bb6c60

View file

@ -1758,7 +1758,7 @@
((tagged-list? 'let exp)
`(let
,(cadr exp)
,@(convert
,(convert
(caddr exp)
self-var
;; Do not closure convert the let's variables because