comparison lisp/ChangeLog @ 70220:30348fc29fd7

(colon-double-space): Tighten up a bit the safety predicate.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Apr 2006 05:27:48 +0000
parents 7a59f2600206
children 1fd89e2b70fd
comparison
equal deleted inserted replaced
70219:7a59f2600206 70220:30348fc29fd7
1 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> 1 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2 4
3 * progmodes/python.el (python-continuation-line-p) 5 * progmodes/python.el (python-continuation-line-p)
4 (python-beginning-of-statement): syntax-ppss may return 6 (python-beginning-of-statement): syntax-ppss may return
5 a negative depth. 7 a negative depth.
8 (python-mode): Don't forcefully enable font-lock.
6 9
7 * time-stamp.el (time-stamp-start, time-stamp-end) 10 * time-stamp.el (time-stamp-start, time-stamp-end)
8 (time-stamp-inserts-lines): Tighten up a bit the safety predicate. 11 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
9 12
10 * add-log.el: Remove spurious * in docstrings. 13 * add-log.el: Remove spurious * in docstrings.