Mercurial > emacs
diff lisp/ChangeLog @ 60301:f3c5c717aa02
(reveal-post-command): Don't try to reveal overlays which
have a non-nil `invisible' property but are actually visible.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 27 Feb 2005 23:42:14 +0000 |
parents | 8da4bb4a512f |
children | 178302732a79 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Feb 27 23:13:19 2005 +0000 +++ b/lisp/ChangeLog Sun Feb 27 23:42:14 2005 +0000 @@ -1,5 +1,8 @@ 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca> + * reveal.el (reveal-post-command): Don't try to reveal overlays which + have a non-nil `invisible' property but are actually visible. + * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries for perldoc sections. (perl-outline-regexp, perl-outline-level): New var and function.