summaryrefslogtreecommitdiffstats
path: root/stdlib/with-resources.tl
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/with-resources.tl')
-rw-r--r--stdlib/with-resources.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/with-resources.tl b/stdlib/with-resources.tl
index 052b2b18..e7d83378 100644
--- a/stdlib/with-resources.tl
+++ b/stdlib/with-resources.tl
@@ -46,7 +46,7 @@
(with-resources ,rest ,*body)))
(nil
^(progn ,*body))
- (other (compile-error f "bad syntax"))))
+ (t (compile-error f "bad syntax"))))
(defmacro with-objects (var-init-forms . body)
(let ((gens (mapcar (ret (gensym)) var-init-forms)))