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 3b04293f..34dc3128 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -598,7 +598,7 @@
(defmeth compiler comp-return (me oreg env form)
(mac-param-bind form (op : value) form
- me.(comp-return-from oreg env ^(,op nil ,value))))
+ me.(comp-return-from oreg env ^(return-from nil ,value))))
(defmeth compiler comp-handler-bind (me oreg env form)
(mac-param-bind form (op func-form ex-syms . body) form