From b4fb325fc2f7a072c801920f658e062c63c16e13 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 18 Jul 2005 20:24:28 +0000 Subject: [PATCH] (allout-before-change-protect): Fix error message. --- lisp/ChangeLog | 6 ++++++ lisp/allout.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 944477ff963..0f28a324c17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-07-18 Richard M. Stallman + + * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit, + not isearch-mode-end-hook-error. + (allout-before-change-protect): Fix error message. + 2005-07-18 Juri Linkov * allout.el (allout-mode): diff --git a/lisp/allout.el b/lisp/allout.el index e865d32bfde..6f5d06cf79e 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -2218,7 +2218,7 @@ are exempt from this restriction." (if rehide-place (goto-char rehide-place)) (allout-hide-current-entry-completely)) (allout-hide-current-entry)) - (error "Change within concealed region prevented.")))))) + (error "Change within concealed region prevented")))))) ) ; if ) ; defun ;;;_ = allout-post-goto-bullet -- 2.39.2