summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 953a4129..f510d892 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -1800,7 +1800,7 @@
[compile-file-conditionally in-path out-path [mapf path-newer fstat identity]])
(defun usr:dump-compiled-objects (out-stream . compiled-objs)
- (symacrolet ((self 'dump-compiled-object))
+ (symacrolet ((self 'dump-compiled-objects))
(let ((out (new list-builder)))
(flet ((vm-from-fun (fun)
(unless (vm-fun-p fun)