typo
svn: r6761
This commit is contained in:
parent
6f0471f6ec
commit
4016be1637
|
@ -239,7 +239,7 @@
|
||||||
[stx* (syntax/placeholder-strip stx)])
|
[stx* (syntax/placeholder-strip stx)])
|
||||||
(if (and (< curline line) (< mincol stxcol))
|
(if (and (< curline line) (< mincol stxcol))
|
||||||
(list* stx*
|
(list* stx*
|
||||||
(datum->syntax-object/placeholder stx*
|
(datum->syntax-object/placeholder stx
|
||||||
(make-spaces (- stxcol mincol)))
|
(make-spaces (- stxcol mincol)))
|
||||||
r)
|
r)
|
||||||
(cons stx* r))))))))]))
|
(cons stx* r))))))))]))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user