From: Chong Yidong Date: Fri, 20 Apr 2007 14:01:37 +0000 (+0000) Subject: (fill-move-to-break-point): Don't bind fill-nobreak-predicate. X-Git-Tag: emacs-pretest-22.0.99~145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d53900f80281dcabd3281675cfb4dfb64660549;p=emacs.git (fill-move-to-break-point): Don't bind fill-nobreak-predicate. --- diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 7318a52d8a9..7b4f73c2d1f 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -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)))