From 1b7e3006a84573368a97176c21e0f84acc7b74bc Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 20 Apr 2007 14:08:36 +0000 Subject: [PATCH] Revert last change. --- lisp/ChangeLog | 5 ----- lisp/textmodes/fill.el | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7fbcc0c8fb6..569ed8ae6ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,3 @@ -2007-04-20 Stefan Monnier - - * textmodes/fill.el (fill-move-to-break-point): Don't bind - fill-nobreak-predicate. - 2007-04-20 Francesco Potort=8ec * locate.el (locate): Output from shell-command should go in the diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 7b4f73c2d1f..7318a52d8a9 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -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))) -- 2.39.2