mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-15 17:07:34 +02:00
renaming quote in repl-import
This commit is contained in:
parent
ab5398bba0
commit
46008a0cc0
1 changed files with 3 additions and 2 deletions
|
@ -219,8 +219,9 @@
|
|||
(cons `(,(rename '%import)
|
||||
#f
|
||||
(,(rename 'module-env)
|
||||
(,(rename 'load-module) ',(car mod+imps)))
|
||||
',(cdr mod+imps)
|
||||
(,(rename 'load-module)
|
||||
(,(rename 'quote) ,(car mod+imps))))
|
||||
(,(rename 'quote) ,(cdr mod+imps))
|
||||
#f)
|
||||
res)))
|
||||
(else
|
||||
|
|
Loading…
Add table
Reference in a new issue