diff lisp/ChangeLog @ 70221:1fd89e2b70fd

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Apr 2006 05:28:47 +0000
parents 30348fc29fd7
children c95a147129b4
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Apr 26 05:27:48 2006 +0000
+++ b/lisp/ChangeLog	Wed Apr 26 05:28:47 2006 +0000
@@ -1,5 +1,10 @@
 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* textmodes/paragraphs.el (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.
+
 	* textmodes/fill.el (colon-double-space): Tighten up the safety pred.
 
 	* progmodes/python.el (python-continuation-line-p)