From f3695df23f76beb09ef965c1b2cc35808e177995 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 3 Apr 2008 16:08:29 +0000 Subject: [PATCH] add #%expression to scheme-report-environment (PR 9258) svn: r9156 --- collects/r5rs/main.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/r5rs/main.ss b/collects/r5rs/main.ss index 2ef3d48d30..332e13dad9 100644 --- a/collects/r5rs/main.ss +++ b/collects/r5rs/main.ss @@ -334,7 +334,7 @@ ;; but they're not legal R5RS names, anyway. (rename-out [#%plain-module-begin #%module-begin]) #%app #%datum #%top #%top-interaction - #%require #%provide) + #%require #%provide #%expression) ;; --------------------------------------------------