summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ice-9/boot-9.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm
index e5e08bc55..31318a177 100644
--- a/ice-9/boot-9.scm
+++ b/ice-9/boot-9.scm
@@ -785,7 +785,7 @@
; path))
(define (try-load name)
- (%try-load-path name #t read-sharp))
+ (primitive-load-path name #t read-sharp))
;;; {Load}