mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
Gragg
This commit is contained in:
parent
8812412672
commit
baa47a940d
1 changed files with 1 additions and 1 deletions
|
@ -2826,7 +2826,7 @@
|
||||||
e)))
|
e)))
|
||||||
|
|
||||||
(define (environment-module env)
|
(define (environment-module env)
|
||||||
(let ((closure (and (pair? env) (car (last-pair? env)))))
|
(let ((closure (and (pair? env) (car (last-pair env)))))
|
||||||
(and closure (procedure-property closure 'module))))
|
(and closure (procedure-property closure 'module))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue