diff lisp/textmodes/fill.el @ 77338:d7737931073c

Revert last change.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 20 Apr 2007 14:08:36 +0000
parents 30ac7cda83c0
children 25a98bb20a94
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Fri Apr 20 14:02:28 2007 +0000
+++ b/lisp/textmodes/fill.el	Fri Apr 20 14:08:36 2007 +0000
@@ -521,6 +521,7 @@
       ;; 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)))