mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 13:20:26 +02:00
* boot-9.scm (init-dynamic-module): Fix typo in call to
warn-autoload-deprecation. I feel silly.
This commit is contained in:
parent
b576faf1c0
commit
999010b63d
1 changed files with 1 additions and 1 deletions
|
@ -1827,7 +1827,7 @@
|
|||
(or-map (lambda (modinfo)
|
||||
(if (equal? (car modinfo) modname)
|
||||
(begin
|
||||
(warn-autload-deprecation modname)
|
||||
(warn-autoload-deprecation modname)
|
||||
(set! registered-modules (delq! modinfo registered-modules))
|
||||
(let ((mod (resolve-module modname #f)))
|
||||
(save-module-excursion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue