do not overwrite whitespace after a quote
This commit is contained in:
parent
2a8e10b31a
commit
40c589ef8a
|
@ -54,8 +54,8 @@
|
|||
(eq? (syntax-span (car (syntax-e c))) 1))
|
||||
(advance c init-line!)
|
||||
(printf "'")
|
||||
(set! col (+ col 1))
|
||||
(let ([i (cadr (syntax->list c))])
|
||||
(set! col (or (syntax-column i) col))
|
||||
((loop init-line!) i))]
|
||||
[(pair? (syntax-e c))
|
||||
(advance c init-line!)
|
||||
|
|
Loading…
Reference in New Issue
Block a user