comparison 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
comparison
equal deleted inserted replaced
70218:d84cbfb84b06 70219:7a59f2600206
1 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> 1 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/python.el (python-continuation-line-p)
4 (python-beginning-of-statement): syntax-ppss may return
5 a negative depth.
2 6
3 * time-stamp.el (time-stamp-start, time-stamp-end) 7 * time-stamp.el (time-stamp-start, time-stamp-end)
4 (time-stamp-inserts-lines): Tighten up a bit the safety predicate. 8 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
5 9
6 * add-log.el: Remove spurious * in docstrings. 10 * add-log.el: Remove spurious * in docstrings.