summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/txr/stdlib/place.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/place.tl b/share/txr/stdlib/place.tl
index 6437ac45..dbae39be 100644
--- a/share/txr/stdlib/place.tl
+++ b/share/txr/stdlib/place.tl
@@ -139,7 +139,7 @@
(sys:setq place (sys:set-macro-ancestor
[pm-expander unex-place]
unex-place))))
- (sys:setq place (macroexpand place env))
+ (sys:setq place (macroexpand-1 place env))
(when (or (eq place unex-place)
(null place)
(and (atom place) (not (symbolp place)))