-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
;; 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)))