From: Richard M. Stallman Date: Mon, 18 Jul 2005 20:24:28 +0000 (+0000) Subject: (allout-before-change-protect): Fix error message. X-Git-Tag: emacs-pretest-22.0.90~8014 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4fb325fc2f7a072c801920f658e062c63c16e13;p=emacs.git (allout-before-change-protect): Fix error message. --- 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