mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 00:30:21 +02:00
Merge until 83d4c4d622
from stable-2.2
This commit is contained in:
commit
b6762f5f7e
2 changed files with 11 additions and 5 deletions
|
@ -3804,7 +3804,10 @@ when none is available, reading FILE-NAME with READER."
|
|||
scmstat
|
||||
go-file-name))))))
|
||||
|
||||
(let ((compiled (and scmstat (or (pre-compiled) (fallback)))))
|
||||
(let ((compiled (and scmstat
|
||||
(or (and (not %fresh-auto-compile)
|
||||
(pre-compiled))
|
||||
(fallback)))))
|
||||
(if compiled
|
||||
(begin
|
||||
(if %load-hook
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue