From 352a1ccedb859f5ed3ded66bac86d40140761bb0 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 15 Oct 1996 22:29:46 +0000 Subject: [PATCH] * boot-9.scm (try-load): %sys-load-path has been renamed to primitive-load-path; adjust call here. --- ice-9/boot-9.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}