Mercurial > emacs
changeset 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 | dfae3f6e5202 |
children | f5c64104e6be |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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)))