diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/place.tl | 2 |
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 |