]> git.eshelyaron.com Git - emacs.git/commitdiff
(allout-before-change-protect): Fix error message.
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Jul 2005 20:24:28 +0000 (20:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Jul 2005 20:24:28 +0000 (20:24 +0000)
lisp/ChangeLog
lisp/allout.el

index 944477ff963964d2965498cf98412776cfb6afad..0f28a324c1702dfde2befc5ca5e51b7c3fe85c08 100644 (file)
@@ -1,3 +1,9 @@
+2005-07-18  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <juri@jurta.org>
 
        * allout.el (allout-mode):
index e865d32bfde3620c1ff3d720cff5ae915f7daa06..6f5d06cf79ed3a8d8ad99ae0887767c82f4b579e 100644 (file)
@@ -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