From ae3264647e66c7804c4ad458603b8d588947c9bf Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 4 Apr 2003 20:57:54 +0000 Subject: [PATCH] (fill-paragraph): Don't skip prefix now that markers work right. --- lisp/textmodes/fill.el | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.2