Fix prefix-out for identifiers with spaces
This commit is contained in:
parent
9c7c8e1b49
commit
06d76961e5
|
@ -1071,7 +1071,7 @@
|
|||
(map (lambda (e)
|
||||
(make-export
|
||||
(export-local-id e)
|
||||
(string->symbol (format "~s~s"
|
||||
(string->symbol (format "~a~a"
|
||||
(syntax-e #'pfx)
|
||||
(export-out-sym e)))
|
||||
(export-mode e)
|
||||
|
|
Loading…
Reference in New Issue
Block a user