diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/allout.el | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 944477ff963..0f28a324c17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-07-18 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit, | ||
| 4 | not isearch-mode-end-hook-error. | ||
| 5 | (allout-before-change-protect): Fix error message. | ||
| 6 | |||
| 1 | 2005-07-18 Juri Linkov <juri@jurta.org> | 7 | 2005-07-18 Juri Linkov <juri@jurta.org> |
| 2 | 8 | ||
| 3 | * allout.el (allout-mode): | 9 | * 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." | |||
| 2218 | (if rehide-place (goto-char rehide-place)) | 2218 | (if rehide-place (goto-char rehide-place)) |
| 2219 | (allout-hide-current-entry-completely)) | 2219 | (allout-hide-current-entry-completely)) |
| 2220 | (allout-hide-current-entry)) | 2220 | (allout-hide-current-entry)) |
| 2221 | (error "Change within concealed region prevented.")))))) | 2221 | (error "Change within concealed region prevented")))))) |
| 2222 | ) ; if | 2222 | ) ; if |
| 2223 | ) ; defun | 2223 | ) ; defun |
| 2224 | ;;;_ = allout-post-goto-bullet | 2224 | ;;;_ = allout-post-goto-bullet |