# HG changeset patch # User Stefan Monnier # Date 1049489874 0 # Node ID e71ddce32fec1774d281d9b0472ce94368afd9d2 # Parent 1a4038cf9a7957a05196bdd98561ffa9d135ee17 (fill-paragraph): Don't skip prefix now that markers work right. diff -r 1a4038cf9a79 -r e71ddce32fec lisp/textmodes/fill.el --- a/lisp/textmodes/fill.el Fri Apr 04 20:56:10 2003 +0000 +++ b/lisp/textmodes/fill.el Fri Apr 04 20:57:54 2003 +0000 @@ -755,9 +755,6 @@ ;; 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)