mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
This commit is contained in:
commit
0683c24d32
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ If FILE begins with `-' the -s switch is mandatory.
|
|||
(define (load/lang f)
|
||||
(case (current-language)
|
||||
((scheme)
|
||||
(load f))
|
||||
(load-in-vicinity (getcwd) f))
|
||||
(else
|
||||
((module-ref (resolve-module '(system base compile)) 'compile-file)
|
||||
f #:to 'value))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue