]> git.eshelyaron.com Git - emacs.git/commitdiff
(fill-paragraph): Don't skip prefix now that markers work right.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 4 Apr 2003 20:57:54 +0000 (20:57 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 4 Apr 2003 20:57:54 +0000 (20:57 +0000)
lisp/textmodes/fill.el

index 4f49fcd0a7cc6581989cd4f5cc46fe404eb1a6b1..4c70c40cd432ea32836601291f29d6260b1c8b71 100644 (file)
@@ -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)