From de9ecf54371986e56745d798b6b4f987aa84d6ad Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Sat, 9 Jul 2011 14:46:58 -0400 Subject: [PATCH] Corrected documentation of quote-module-name to indicate that it does not produce collection and planet-relative paths on its own. Deprecated quote-module-path, and replaced existing uses of it with quote-module-name. original commit: 2e6a608539f5ef39a9ff821d95163ea4660da952 --- collects/typed-scheme/typecheck/tc-toplevel.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-scheme/typecheck/tc-toplevel.rkt b/collects/typed-scheme/typecheck/tc-toplevel.rkt index 5bbb4a6e..e143bcb9 100644 --- a/collects/typed-scheme/typecheck/tc-toplevel.rkt +++ b/collects/typed-scheme/typecheck/tc-toplevel.rkt @@ -310,7 +310,7 @@ #`(begin #,(if (null? (syntax-e #'(new-provs ...))) #'(begin) - #'(define the-variable-reference (quote-module-path))) + #'(define the-variable-reference (quote-module-name))) #,(env-init-code syntax-provide? provide-tbl def-tbl) #,(tname-env-init-code) #,(talias-env-init-code)