From d83e6d7fc7ff9c0706dca8c163cd74e47fe57089 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Fri, 5 Sep 2008 17:59:49 +0000 Subject: [PATCH] Fix to compile. svn: r11553 original commit: d45d7bcb126411fb43d86487643913eee75b102c --- 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 10d4317d..66d37dec 100644 --- a/collects/scribble/text/textlang.ss +++ b/collects/scribble/text/textlang.ss @@ -5,7 +5,7 @@ (provide (except-out (all-from-out scheme/base) #%module-begin) (rename-out [module-begin #%module-begin]) - (all-from-out scheme/promise "../text.ss")) + (except-out (all-from-out scheme/promise "../text.ss") #%module-begin)) (begin-for-syntax (define definition-ids ; ids that don't require forcing