# HG changeset patch # User Chong Yidong # Date 1177077697 0 # Node ID 30ac7cda83c013cbe3b7e84e503f082b94251ac1 # Parent dfae3f6e5202e197c9329b9549e198990c8f66e9 (fill-move-to-break-point): Don't bind fill-nobreak-predicate. diff -r dfae3f6e5202 -r 30ac7cda83c0 lisp/textmodes/fill.el --- 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)))