mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
paameterize in read-and-compile
* module/system/base/compile.scm (read-and-compile): Use current-language parameter.
This commit is contained in:
parent
7ca5500ff3
commit
e6f7624ad3
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@
|
|||
(let ((from (ensure-language from))
|
||||
(to (ensure-language to)))
|
||||
(let ((joint (find-language-joint from to)))
|
||||
(with-fluids ((*current-language* from))
|
||||
(parameterize ((current-language from))
|
||||
(let lp ((exps '()) (env #f) (cenv env))
|
||||
(let ((x (read-and-parse (current-language) port cenv)))
|
||||
(cond
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue