(smerge-match-conflict): Fix last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 15 Apr 2004 20:46:54 +0000 (20:46 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 15 Apr 2004 20:46:54 +0000 (20:46 +0000)
lisp/smerge-mode.el

index 8054782..8194a7d 100644 (file)
@@ -479,7 +479,7 @@ An error is raised if not inside a conflict."
          (cond
           ((save-excursion
              (goto-char mine-start)
-             (re-search-forward smerge-begin-re nil end))
+             (re-search-forward smerge-begin-re end t))
            ;; There's a nested conflict and we're after the the beginning
            ;; of the outer one but before the beginning of the inner one.
            (error "There is a nested conflict"))