diff options
| author | Stefan Monnier | 2006-04-26 05:28:47 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-04-26 05:28:47 +0000 |
| commit | 49011d46973dde1c699484fbd3607df10ee78145 (patch) | |
| tree | 4d2e777127b2f835164d1d387689a9dcf89e9784 /lisp/ChangeLog | |
| parent | a1c43d02e9a4c6aba699951ab0768ca120f3cb59 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2006-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) |