Mercurial > emacs
changeset 33798:ce028b6645fe
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 23 Nov 2000 00:04:52 +0000 |
parents | b5df14d31790 |
children | 77de13a8a918 |
files | lisp/ChangeLog lisp/ChangeLog.7 |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 23 00:04:36 2000 +0000 +++ b/lisp/ChangeLog Thu Nov 23 00:04:52 2000 +0000 @@ -1,3 +1,13 @@ +2000-11-22 Stefan Monnier <monnier@cs.yale.edu> + + * textmodes/outline.el (outline-flag-region): + Don't bind inhibit-read-only since we don't modify the buffer. + (outline-isearch-open-invisible): Don't jump to overlay-start + since we're trying to unhide text around point. + (outline-discard-overlays): Use dolist. + + * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton. + 2000-11-22 Gerd Moellmann <gerd@gnu.org> * mail/rmail.el (rmail-confirm-expunge): Default to
--- a/lisp/ChangeLog.7 Thu Nov 23 00:04:36 2000 +0000 +++ b/lisp/ChangeLog.7 Thu Nov 23 00:04:52 2000 +0000 @@ -15534,7 +15534,7 @@ (hs-flag-region): Use that variable. Changed the semantics of the FLAG parameter and updated the docs. (hs-isearch-open-invisible): New function to be set as a - `isearch-pent-invisible' property for hidden overlays, so that + `isearch-open-invisible' property for hidden overlays, so that isearch can use it. (hs-hide-block-at-point): Tell if we are hiding a comment or a block.