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)"
|
||||
" datum"
|
||||
"(let((stx(datum->syntax-object orig datum orig)))"
|
||||
"(let((shape(syntax-property stx 'paren-shape)))"
|
||||
"(let((shape(syntax-property orig 'paren-shape)))"
|
||||
"(if shape"
|
||||
"(syntax-property stx 'paren-shape shape)"
|
||||
" stx)))))"
|
||||
|
|
|
@ -1894,7 +1894,7 @@
|
|||
(if (syntax? datum)
|
||||
datum
|
||||
(let ([stx (datum->syntax-object orig datum orig)])
|
||||
(let ([shape (syntax-property stx 'paren-shape)])
|
||||
(let ([shape (syntax-property orig 'paren-shape)])
|
||||
(if shape
|
||||
(syntax-property stx 'paren-shape shape)
|
||||
stx)))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user