Mercurial > emacs
changeset 77338:d7737931073c
Revert last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 20 Apr 2007 14:08:36 +0000 |
parents | f5c64104e6be |
children | c291eb41dc8e |
files | lisp/ChangeLog lisp/textmodes/fill.el |
diffstat | 2 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 20 14:02:28 2007 +0000 +++ b/lisp/ChangeLog Fri Apr 20 14:08:36 2007 +0000 @@ -1,8 +1,3 @@ -2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca> - - * textmodes/fill.el (fill-move-to-break-point): Don't bind - fill-nobreak-predicate. - 2007-04-20 Francesco Potort=8ec <pot@gnu.org> * locate.el (locate): Output from shell-command should go in the
--- a/lisp/textmodes/fill.el Fri Apr 20 14:02:28 2007 +0000 +++ b/lisp/textmodes/fill.el Fri Apr 20 14:08:36 2007 +0000 @@ -521,6 +521,7 @@ ;; 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)))