Fixing only/except/rename modified importing from (chibi repl).

This commit is contained in:
Alex Shinn 2011-12-04 13:25:29 +09:00
parent a991cedec4
commit cd708b9f90

View file

@ -138,7 +138,7 @@
env))
(imp-env
(vector-ref
(eval `(load-module ',mod-name) meta-env)
(eval `(load-module ',(car mod+imps)) meta-env)
1)))
(%import env imp-env (cdr mod+imps) #f)
(continue module env meta-env))