missed a call to do-search

This commit is contained in:
Robby Findler 2016-07-26 01:10:55 -05:00
parent 1801eac125
commit a8574ce5e6

View File

@ -1268,7 +1268,7 @@
(when to-replace-highlight
(unhighlight-replace))]
[else
(define next (do-search (get-start-position) 'eof))
(define next (do-search (get-start-position)))
(begin-edit-sequence #t #f)
(cond
[(number? next)