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:
parent
820bb96d3e
commit
352a1ccedb
1 changed files with 1 additions and 1 deletions
|
@ -785,7 +785,7 @@
|
|||
; path))
|
||||
|
||||
(define (try-load name)
|
||||
(%try-load-path name #t read-sharp))
|
||||
(primitive-load-path name #t read-sharp))
|
||||
|
||||
|
||||
;;; {Load}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue