1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

(load): Should call primitive-load-path, not primitive-load. Oops.

This commit is contained in:
Jim Blandy 1996-10-28 23:15:34 +00:00
parent 99f97bfe7e
commit d098b5d348

View file

@ -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}