Mercurial > emacs
diff lisp/ChangeLog @ 70219:7a59f2600206
(python-continuation-line-p, python-beginning-of-statement):
syntax-ppss may return a negative depth.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 26 Apr 2006 05:26:39 +0000 |
parents | d84cbfb84b06 |
children | 30348fc29fd7 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 26 05:25:32 2006 +0000 +++ b/lisp/ChangeLog Wed Apr 26 05:26:39 2006 +0000 @@ -1,5 +1,9 @@ 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> + * progmodes/python.el (python-continuation-line-p) + (python-beginning-of-statement): syntax-ppss may return + a negative depth. + * time-stamp.el (time-stamp-start, time-stamp-end) (time-stamp-inserts-lines): Tighten up a bit the safety predicate.