From 8c28c37118de7051f933e14c33213e8582b61115 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 5 Sep 2008 18:44:06 +0000 Subject: [PATCH] switch to plain-module-begin, to avoid redundant extra outputs svn: r11556 original commit: 0ccfb6f8b4e7fc1b2caa375467a3cba8b14d93ab --- collects/scribble/text/textlang.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribble/text/textlang.ss b/collects/scribble/text/textlang.ss index cece9a17..a744980f 100644 --- a/collects/scribble/text/textlang.ss +++ b/collects/scribble/text/textlang.ss @@ -96,4 +96,4 @@ [(_ expr ...) ;; add a dummy define and throw it away, to get rid of initial newlines (with-syntax ([(_ expr ...) (process-body #'((define) expr ...))]) - #'(#%module-begin expr ...))])) + #'(#%plain-module-begin expr ...))]))