changeset 77341:25a98bb20a94

(fill-move-to-break-point): Don't inhibit fill-nobreak-predicate when the break is past fill-column.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 20 Apr 2007 18:21:12 +0000
parents b805ea4ef962
children 0223f7d83ca2
files lisp/textmodes/fill.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Fri Apr 20 15:04:54 2007 +0000
+++ b/lisp/textmodes/fill.el	Fri Apr 20 18:21:12 2007 +0000
@@ -521,7 +521,6 @@
       ;; Ok, skip at least one word or one \c| character.
       ;; Meanwhile, don't stop at a period followed by one space.
       (let ((to (line-end-position))
-	    (fill-nobreak-predicate nil) ;to break sooner.
 	    (first t))
 	(goto-char linebeg)
 	(while (and (< (point) to) (or first (fill-nobreak-p)))