add #%expression to scheme-report-environment (PR 9258)
svn: r9156
This commit is contained in:
parent
7a41c7ddd6
commit
f3695df23f
|
@ -334,7 +334,7 @@
|
||||||
;; but they're not legal R5RS names, anyway.
|
;; but they're not legal R5RS names, anyway.
|
||||||
(rename-out [#%plain-module-begin #%module-begin])
|
(rename-out [#%plain-module-begin #%module-begin])
|
||||||
#%app #%datum #%top #%top-interaction
|
#%app #%datum #%top #%top-interaction
|
||||||
#%require #%provide)
|
#%require #%provide #%expression)
|
||||||
|
|
||||||
;; --------------------------------------------------
|
;; --------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user