mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
*** empty log message ***
This commit is contained in:
parent
9cd5d49aee
commit
a4caa65d81
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user