mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 09:40:25 +02:00
(load): Should call primitive-load-path, not primitive-load. Oops.
This commit is contained in:
parent
99f97bfe7e
commit
d098b5d348
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@
|
||||||
|
|
||||||
(define (load name)
|
(define (load name)
|
||||||
(start-stack 'load-stack
|
(start-stack 'load-stack
|
||||||
(primitive-load name #t read-sharp)))
|
(primitive-load-path name #t read-sharp)))
|
||||||
|
|
||||||
|
|
||||||
;;; {Transcendental Functions}
|
;;; {Transcendental Functions}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue