From: Richard M. Stallman Date: Mon, 18 Jul 2005 18:47:54 +0000 (+0000) Subject: (allout-isearch-expose): Use isearch-mode-end-hook-quit, X-Git-Tag: emacs-pretest-22.0.90~8015 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40987d96c536b7e9fc9195cb0a5f77595aeee5c6;p=emacs.git (allout-isearch-expose): Use isearch-mode-end-hook-quit, not isearch-mode-end-hook-error. --- diff --git a/lisp/allout.el b/lisp/allout.el index b1e2fafad73..e865d32bfde 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -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)))))