Add let-syntax to list of keywords

This commit is contained in:
Justin Ethier 2017-12-01 14:08:30 -05:00
parent dd4b7243e0
commit 7f6271d622

View file

@ -662,6 +662,7 @@
'(
(define . define)
(define-syntax . define-syntax)
(let-syntax . let-syntax)
(define-c . define-c)
(if . if)
(lambda . lambda)