actually use unsyntax-id in racketmod0
This commit is contained in:
parent
724b522f3b
commit
73907e1d3f
|
@ -92,16 +92,17 @@
|
|||
[(_ #:file filename #:escape unsyntax-id lang rest ...)
|
||||
(with-syntax ([modtag (datum->syntax
|
||||
#'here
|
||||
`(unsyntax (make-element
|
||||
#f
|
||||
(list (hash-lang)
|
||||
spacer
|
||||
,(if (identifier? #'lang)
|
||||
`(as-modname-link
|
||||
',#'lang
|
||||
(to-element ',#'lang)
|
||||
#f)
|
||||
#'(racket lang)))))
|
||||
(list #'unsyntax-id
|
||||
`(make-element
|
||||
#f
|
||||
(list (hash-lang)
|
||||
spacer
|
||||
,(if (identifier? #'lang)
|
||||
`(as-modname-link
|
||||
',#'lang
|
||||
(to-element ',#'lang)
|
||||
#f)
|
||||
#'(racket lang)))))
|
||||
#'lang)])
|
||||
(if (syntax-e #'filename)
|
||||
(quasisyntax/loc stx
|
||||
|
|
Loading…
Reference in New Issue
Block a user