From 0a0505f504d6ca58aa2805c5abd0deb57245aaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 1 Aug 2016 18:51:54 +0200 Subject: [PATCH] Fixes typo --- private/lp.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/lp.rkt b/private/lp.rkt index 0a4a422b..1c0c02d0 100644 --- a/private/lp.rkt +++ b/private/lp.rkt @@ -60,7 +60,7 @@ (macro-to-expand-unsyntax))) ;; Default (old) behaviour, which does not support escaping (via #,): (syntax-local-lift-expression - #'(quote-syntax (a-chunk name (expr ...))))) + #'(quote-syntax (a-chunk name expr ...)))) ;; Extract require forms