summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/txr/stdlib/except.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/except.tl b/share/txr/stdlib/except.tl
index aa2c214a..15d7a365 100644
--- a/share/txr/stdlib/except.tl
+++ b/share/txr/stdlib/except.tl
@@ -85,4 +85,4 @@
(sys:expand-handle form try-form handle-clauses))
(defmacro ignwarn (. forms)
- ^(handler-bind (lambda (exc-sym arg) (throw 'continue)) (warning) ,*forms))
+ ^(handler-bind (lambda (exc-sym . args) (throw 'continue)) (warning) ,*forms))