fix text% inser method on a sigle snip argument
svn: r15002
This commit is contained in:
parent
de0fc2e745
commit
f63d3cc8fb
|
@ -1696,6 +1696,8 @@
|
|||
[(make-alts exact-nonnegative-integer? (symbol-in same)) [end 'same]]
|
||||
[any? [scroll-ok? #t]])
|
||||
(do-insert #f (substring str 0 len) #f start end scroll-ok?)]
|
||||
[([snip% snip])
|
||||
(do-insert snip #f #f startpos endpos #t)]
|
||||
[([snip% snip]
|
||||
[exact-nonnegative-integer? [start startpos]]
|
||||
[(make-alts exact-nonnegative-integer? (symbol-in same)) [end 'same]]
|
||||
|
|
Loading…
Reference in New Issue
Block a user