minor bugfix
svn: r16130
This commit is contained in:
parent
c349d6dc2d
commit
cde6f8818b
|
@ -2255,7 +2255,10 @@ WARNING: printf is rebound in the body of the unit to always
|
||||||
(set! unread-start-point (+ unread-start-point inserted-count))
|
(set! unread-start-point (+ unread-start-point inserted-count))
|
||||||
|
|
||||||
(insert (if (is-a? str/snp snip%)
|
(insert (if (is-a? str/snp snip%)
|
||||||
(send str/snp copy)
|
(let ([s (send str/snp copy)])
|
||||||
|
(if (is-a? s snip%)
|
||||||
|
s
|
||||||
|
(new snip%)))
|
||||||
str/snp)
|
str/snp)
|
||||||
old-insertion-point
|
old-insertion-point
|
||||||
old-insertion-point
|
old-insertion-point
|
||||||
|
|
Loading…
Reference in New Issue
Block a user