aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-04-26 05:28:47 +0000
committerStefan Monnier2006-04-26 05:28:47 +0000
commit49011d46973dde1c699484fbd3607df10ee78145 (patch)
tree4d2e777127b2f835164d1d387689a9dcf89e9784 /lisp/ChangeLog
parenta1c43d02e9a4c6aba699951ab0768ca120f3cb59 (diff)
downloademacs-49011d46973dde1c699484fbd3607df10ee78145.tar.gz
emacs-49011d46973dde1c699484fbd3607df10ee78145.zip
(sentence-end-double-space, sentence-end-without-period)
(sentence-end-without-space, page-delimiter, paragraph-ignore-fill-prefix): Tighten up a bit the safety predicate.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 045bae9ed60..823c4831a72 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> 12006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * textmodes/paragraphs.el (sentence-end-double-space)
4 (sentence-end-without-period, sentence-end-without-space)
5 (page-delimiter, paragraph-ignore-fill-prefix):
6 Tighten up a bit the safety predicate.
7
3 * textmodes/fill.el (colon-double-space): Tighten up the safety pred. 8 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4 9
5 * progmodes/python.el (python-continuation-line-p) 10 * progmodes/python.el (python-continuation-line-p)