From 1cf77786c191404581b774106beea7dc84f6a51e Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 26 Feb 2001 19:30:00 +0000 Subject: [PATCH] . original commit: fefba702cab70483c3690a6c0cd3dc40abd20ff0 --- collects/mzlib/unit.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mzlib/unit.ss b/collects/mzlib/unit.ss index accaa53..6f8c752 100644 --- a/collects/mzlib/unit.ss +++ b/collects/mzlib/unit.ss @@ -643,7 +643,7 @@ (string->symbol (string-append prefix - (symbol->string s))) + (symbol->string (syntax-e s)))) s s)) (syntax->list (syntax exports)))) (syntax exports))]