copy over missed paren-shape change from branch
svn: r4408
This commit is contained in:
parent
9b79de00d6
commit
7f62277189
File diff suppressed because it is too large
Load Diff
|
@ -1608,7 +1608,7 @@
|
||||||
"(if(syntax? datum)"
|
"(if(syntax? datum)"
|
||||||
" datum"
|
" datum"
|
||||||
"(let((stx(datum->syntax-object orig datum orig)))"
|
"(let((stx(datum->syntax-object orig datum orig)))"
|
||||||
"(let((shape(syntax-property stx 'paren-shape)))"
|
"(let((shape(syntax-property orig 'paren-shape)))"
|
||||||
"(if shape"
|
"(if shape"
|
||||||
"(syntax-property stx 'paren-shape shape)"
|
"(syntax-property stx 'paren-shape shape)"
|
||||||
" stx)))))"
|
" stx)))))"
|
||||||
|
|
|
@ -1894,7 +1894,7 @@
|
||||||
(if (syntax? datum)
|
(if (syntax? datum)
|
||||||
datum
|
datum
|
||||||
(let ([stx (datum->syntax-object orig datum orig)])
|
(let ([stx (datum->syntax-object orig datum orig)])
|
||||||
(let ([shape (syntax-property stx 'paren-shape)])
|
(let ([shape (syntax-property orig 'paren-shape)])
|
||||||
(if shape
|
(if shape
|
||||||
(syntax-property stx 'paren-shape shape)
|
(syntax-property stx 'paren-shape shape)
|
||||||
stx)))))
|
stx)))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user