From 40987d96c536b7e9fc9195cb0a5f77595aeee5c6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 18 Jul 2005 18:47:54 +0000 Subject: [PATCH] (allout-isearch-expose): Use isearch-mode-end-hook-quit, not isearch-mode-end-hook-error. --- lisp/allout.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))) -- 2.39.2