]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 23 Nov 2000 00:04:52 +0000 (00:04 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 23 Nov 2000 00:04:52 +0000 (00:04 +0000)
lisp/ChangeLog
lisp/ChangeLog.7

index 09ff4f46feba76bf91d4ac3cd3295dc9914f4522..a84ffe72243d4c800d9c744122d1c278786cb32a 100644 (file)
@@ -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 
index 25e5462f52ace8bdba2a09270b58cfcde01fe482..c41a0486058b41db8ed23ffbee4a486e34a6d317 100644 (file)
        (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.