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
81f9743590
commit
9ea5db6645
|
@ -1684,7 +1684,7 @@
|
||||||
(((wrap-code ...) ...)
|
(((wrap-code ...) ...)
|
||||||
(map (λ (os ov tbs)
|
(map (λ (os ov tbs)
|
||||||
(define rename-bindings
|
(define rename-bindings
|
||||||
(get-member-bindings def-table os #'(quote-module-path)))
|
(get-member-bindings def-table os #'(quote-module-name)))
|
||||||
(map (λ (tb i v c)
|
(map (λ (tb i v c)
|
||||||
(if c
|
(if c
|
||||||
(with-syntax ([ctc-stx
|
(with-syntax ([ctc-stx
|
||||||
|
|
Loading…
Reference in New Issue
Block a user