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) ((tagged-list? 'let exp)
`(let `(let
,(cadr exp) ,(cadr exp)
,@(convert ,(convert
(caddr exp) (caddr exp)
self-var self-var
;; Do not closure convert the let's variables because ;; Do not closure convert the let's variables because