summaryrefslogtreecommitdiffstats
path: root/stdlib/place.tl
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/place.tl')
-rw-r--r--stdlib/place.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/place.tl b/stdlib/place.tl
index 9716aca6..df3d09fb 100644
--- a/stdlib/place.tl
+++ b/stdlib/place.tl
@@ -61,7 +61,7 @@
(defun sys:get-place-macro (sym)
(or [*place-macro* sym]
- (progn (sys:try-load sym) [*place-macro* sym])))
+ (progn (sys:try-load-fun sym) [*place-macro* sym])))
(defun sys:pl-expand (unex-place env)
(while t