/[emacs]/emacs/lisp/textmodes/fill.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/fill.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.172 by jurta, Sun Apr 18 22:08:54 2004 UTC revision 1.173 by rms, Tue Jul 20 20:51:13 2004 UTC
# Line 353  and `fill-nobreak-invisible'." Line 353  and `fill-nobreak-invisible'."
353       ;; Don't split a line if the rest would look like a new paragraph.       ;; Don't split a line if the rest would look like a new paragraph.
354       (unless use-hard-newlines       (unless use-hard-newlines
355         (save-excursion         (save-excursion
356           (skip-chars-forward " \t") (looking-at paragraph-start)))           (skip-chars-forward " \t")
357             ;; If this break point is at the end of the line,
358             ;; which can occur for auto-fill, don't consider the newline
359             ;; which follows as a reason to return t.
360             (and (not (eolp))
361                  (looking-at paragraph-start))))
362       (run-hook-with-args-until-success 'fill-nobreak-predicate)))))       (run-hook-with-args-until-success 'fill-nobreak-predicate)))))
363    
364  ;; Put `fill-find-break-point-function' property to charsets which  ;; Put `fill-find-break-point-function' property to charsets which

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.173

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26