summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8f7f4aa1..5168b22c 100644
--- a/share/txr/stdlib/place.tl
+++ b/share/txr/stdlib/place.tl
@@ -271,7 +271,7 @@
(defmacro push (new-item place :env env)
(with-gensyms (new-sym)
- ^(rlet ((,new-sym ,new-item))
+ ^(alet ((,new-sym ,new-item))
,(with-update-expander (getter setter) place env
^(,setter (cons ,new-sym (,getter)))))))