changeset 50438:e71ddce32fec

(fill-paragraph): Don't skip prefix now that markers work right.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 04 Apr 2003 20:57:54 +0000
parents 1a4038cf9a79
children d76c62787135
files lisp/textmodes/fill.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)