From: Stefan Monnier Date: Fri, 4 Apr 2003 20:57:54 +0000 (+0000) Subject: (fill-paragraph): Don't skip prefix now that markers work right. X-Git-Tag: ttn-vms-21-2-B4~10642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae3264647e66c7804c4ad458603b8d588947c9bf;p=emacs.git (fill-paragraph): Don't skip prefix now that markers work right. --- diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 4f49fcd0a7c..4c70c40cd43 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -755,9 +755,6 @@ If `fill-paragraph-function' is nil, return the `fill-prefix' used for filling." ;; fill-region. (fill-region beg end arg) (fill-region-as-paragraph beg end arg)))))) - ;; See if point ended up inside the fill-prefix, and if so, move - ;; past it. - (skip-line-prefix fill-pfx) fill-pfx))) (defun fill-comment-paragraph (&optional justify)