fixed dumb bug

--HG--
branch : pmacs2
This commit is contained in:
moculus 2007-07-06 18:43:41 +00:00
parent e5b8bf9239
commit b4e7119363
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class CancelReplace(method.Method):
def _find_next(m, move=False):
s = m.before
w = m.old_window
newc = search._find_next(s, w, move)
newc = search.find_next(s, w, move)
if newc:
(m.p1, m.p2) = newc
return True