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 ...))]))