* boot-9.scm (try-load): %sys-load-path has been renamed to
authorJim Blandy <jimb@red-bean.com>
Tue, 15 Oct 1996 22:29:46 +0000 (22:29 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 15 Oct 1996 22:29:46 +0000 (22:29 +0000)
primitive-load-path; adjust call here.

ice-9/boot-9.scm

index e5e08bc..31318a1 100644 (file)
 ;        path))
 
 (define (try-load name)
-  (%try-load-path name #t read-sharp))
+  (primitive-load-path name #t read-sharp))
 
 \f
 ;;; {Load}