]> git.eshelyaron.com Git - emacs.git/commitdiff
(fill-move-to-break-point): Don't bind fill-nobreak-predicate.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 20 Apr 2007 14:01:37 +0000 (14:01 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 20 Apr 2007 14:01:37 +0000 (14:01 +0000)
lisp/textmodes/fill.el

index 7318a52d8a90ae1f6334a4329e169783cabeed7a..7b4f73c2d1fc1c78fe54d3077fb2f84600f4b428 100644 (file)
@@ -521,7 +521,6 @@ 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)))