diff lisp/gnus/flow-fill.el @ 69195:477ba8c8d22c

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-126 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 40-42) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 28 Feb 2006 00:38:35 +0000
parents 12d289b6e5de
children 027c07dcdee5 5754737d1e04
line wrap: on
line diff
--- a/lisp/gnus/flow-fill.el	Mon Feb 27 23:40:51 2006 +0000
+++ b/lisp/gnus/flow-fill.el	Tue Feb 28 00:38:35 2006 +0000
@@ -121,7 +121,7 @@
     (while (re-search-forward " $" nil t)
       (when (save-excursion
 	      (beginning-of-line)
-	      (looking-at "^\\(>+\\)\\( ?\\)"))
+	      (looking-at "^\\(>*\\)\\( ?\\)"))
 	(let ((quote (match-string 1))
 	      sig)
 	  (if (string= quote "")