mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
fix (app modules) usage in (ice-9 session)
* module/ice-9/session.scm (root-modules): Fix '(app modules) usage.
This commit is contained in:
parent
cb67c838f5
commit
aa26a6d2b1
1 changed files with 1 additions and 2 deletions
|
@ -404,8 +404,7 @@ It is an image under the mapping EXTRACT."
|
|||
identity))
|
||||
|
||||
(define (root-modules)
|
||||
(cons the-root-module
|
||||
(submodules (nested-ref the-root-module '(app modules)))))
|
||||
(submodules (resolve-module '() #f)))
|
||||
|
||||
(define (submodules m)
|
||||
(hash-fold (lambda (name var data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue