diff lisp/textmodes/fill.el @ 77336:30ac7cda83c0

(fill-move-to-break-point): Don't bind fill-nobreak-predicate.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 20 Apr 2007 14:01:37 +0000
parents cf580adfa498
children d7737931073c
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Fri Apr 20 13:58:01 2007 +0000
+++ b/lisp/textmodes/fill.el	Fri Apr 20 14:01:37 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)))