# HG changeset patch # User Richard M. Stallman # Date 1121718254 0 # Node ID f73da52719b62ab83ef8e370fbb36e764eb6f876 # Parent 4cabdcd7b579a6dd206bc19f5fd0c36ec6a0cd61 (allout-before-change-protect): Fix error message. diff -r 4cabdcd7b579 -r f73da52719b6 lisp/allout.el --- a/lisp/allout.el Mon Jul 18 18:47:54 2005 +0000 +++ b/lisp/allout.el Mon Jul 18 20:24:14 2005 +0000 @@ -2218,7 +2218,7 @@ (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