mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix loading of custom-ports extension
* module/ice-9/custom-ports.scm: Load extension also in expand and eval. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9299666fc3
commit
5223c71d0d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
(define-custom-port-dispatcher truncate length)
|
||||
|
||||
|
||||
(eval-when (load)
|
||||
(eval-when (expand load eval)
|
||||
(load-extension (string-append "libguile-" (effective-version))
|
||||
"scm_init_custom_ports"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue