Mercurial > emacs
changeset 64474:f73da52719b6
(allout-before-change-protect): Fix error message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 18 Jul 2005 20:24:14 +0000 |
parents | 4cabdcd7b579 |
children | 4a9aba73cb6e |
files | lisp/allout.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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