1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

* boot-9.scm (try-load): %sys-load-path has been renamed to

primitive-load-path; adjust call here.
This commit is contained in:
Jim Blandy 1996-10-15 22:29:46 +00:00
parent 820bb96d3e
commit 352a1ccedb

View file

@ -785,7 +785,7 @@
; path))
(define (try-load name)
(%try-load-path name #t read-sharp))
(primitive-load-path name #t read-sharp))
;;; {Load}