diff options
Diffstat (limited to 'stdlib/except.tl')
-rw-r--r-- | stdlib/except.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/except.tl b/stdlib/except.tl index 08402dd6..7e1f8ac8 100644 --- a/stdlib/except.tl +++ b/stdlib/except.tl @@ -72,7 +72,7 @@ (<= 161 sys:compat))) ^(,exc-sym)) ,exc-args))) - (else (sys:handle-bad-syntax hc)))))) + (else (sys:handle-bad-syntax else)))))) ^(handler-bind (lambda (,exc-sym . ,exc-args) (cond ,*(mapcar (aret ^((exception-subtype-p ,exc-sym ',@1) ,@2)) |