fix defstruct rendering (PR 9906)
svn: r12416 original commit: aca22585018efc028c65015dae113c866ef8cf68
This commit is contained in:
parent
4bc0939c57
commit
d975dc7f2d
|
@ -573,7 +573,7 @@
|
|||
0))
|
||||
fields)))])
|
||||
(if (and (short-width . < . max-proto-width)
|
||||
(not immutable?)
|
||||
immutable?
|
||||
(not transparent?))
|
||||
(make-omitable-paragraph
|
||||
(list
|
||||
|
@ -596,9 +596,12 @@
|
|||
(to-flow (if (or (null? fields)
|
||||
(short-width . < . max-proto-width))
|
||||
(make-element
|
||||
#f (list (to-element (map field-view
|
||||
#f (cons (to-element (map field-view
|
||||
fields))
|
||||
(schemeparenfont ")")))
|
||||
(if (and immutable?
|
||||
(not transparent?))
|
||||
(list (schemeparenfont ")"))
|
||||
null)))
|
||||
(to-element (field-view (car fields)))))))
|
||||
(if (short-width . < . max-proto-width)
|
||||
null
|
||||
|
|
Loading…
Reference in New Issue
Block a user