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
This commit is contained in:
parent
c90e2acc38
commit
de9ecf5437
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user