Revert last change.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 20 Apr 2007 14:08:36 +0000 (14:08 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 20 Apr 2007 14:08:36 +0000 (14:08 +0000)
lisp/ChangeLog
lisp/textmodes/fill.el

index 7fbcc0c..569ed8a 100644 (file)
@@ -1,8 +1,3 @@
-2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/fill.el (fill-move-to-break-point): Don't bind
-       fill-nobreak-predicate.
-
 2007-04-20  Francesco Potort=8ec  <pot@gnu.org>
 
        * locate.el (locate): Output from shell-command should go in the
index 7b4f73c..7318a52 100644 (file)
@@ -521,6 +521,7 @@ The break position will be always after LINEBEG and generally before point."
       ;; 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)))