summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/txr/stdlib/compiler.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/compiler.tl b/share/txr/stdlib/compiler.tl
index 1926885e..24fa5c2a 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -1097,7 +1097,7 @@
(defun expand-quasi (form)
(let ((qa (expand-quasi-args form)))
- ^(append ,*qa)))
+ ^(sys:fmt-join ,*qa)))
(defun expand-dohash (form)
(mac-param-bind form (op (key-var val-var hash-form : res-form) . body) form