add #%expression to scheme-report-environment (PR 9258)

svn: r9156
This commit is contained in:
Matthew Flatt 2008-04-03 16:08:29 +00:00
parent 7a41c7ddd6
commit f3695df23f

View File

@ -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)
;; -------------------------------------------------- ;; --------------------------------------------------