From 5d34a2eb8feb122891ab7ec278aad0c39cbb3074 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 1 Mar 2007 22:19:49 +0000 Subject: [PATCH] add warning svn: r5714 --- collects/r5rs/doc.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/r5rs/doc.txt b/collects/r5rs/doc.txt index 6c95d6d766..189f5962fe 100644 --- a/collects/r5rs/doc.txt +++ b/collects/r5rs/doc.txt @@ -27,3 +27,6 @@ You can use this collection in several ways: This will start MzScheme with only the R5RS bindings (with #%require etc), and a reader that will reject use of square brackets and curly braces. + +(Note: do not use (lib "r5rs.ss" "r5rs") as a module -- it does some +side effects like changing the global namespace.)