1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00
This commit is contained in:
Mikael Djurfeldt 1999-03-12 09:53:30 +00:00
parent 8812412672
commit baa47a940d

View file

@ -2826,7 +2826,7 @@
e)))
(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))))