svn: r14499

original commit: 4883d8bb1d1373ab703614b4be500af5b69ae151
This commit is contained in:
Robby Findler 2009-04-13 18:01:18 +00:00
parent dfd13aa132
commit 3bd10ef644

View File

@ -2178,7 +2178,7 @@
(when found-pos
(unless (hash-ref ht found-txt #f)
(hash-set! ht found-txt #t)
(send txt begin-edit-sequence))
(send found-txt begin-edit-sequence))
(let ([start (- found-pos (send find-edit last-position))])
(send found-txt delete start found-pos)
(copy-over replace-edit 0 (send replace-edit last-position) found-txt start)