]> git.eshelyaron.com Git - emacs.git/commitdiff
(allout-isearch-expose): Use isearch-mode-end-hook-quit,
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Jul 2005 18:47:54 +0000 (18:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Jul 2005 18:47:54 +0000 (18:47 +0000)
not isearch-mode-end-hook-error.

lisp/allout.el

index b1e2fafad73f2bd4c675dc5337361f66271f0dc4..e865d32bfde3620c1ff3d720cff5ae915f7daa06 100644 (file)
@@ -2402,7 +2402,7 @@ Returns the endpoint of the region."
       (setq allout-isearch-prior-pos nil)
     (if (not (eq mode 'final))
        (setq allout-isearch-prior-pos (cons (point) (allout-show-entry)))
-      (if isearch-mode-end-hook-error
+      (if isearch-mode-end-hook-quit
          nil
        (setq allout-isearch-prior-pos nil)
        (allout-show-children)))))