Synch to No Gnus 200602241600.
authoryamaoka <yamaoka>
Fri, 24 Feb 2006 16:03:45 +0000 (16:03 +0000)
committeryamaoka <yamaoka>
Fri, 24 Feb 2006 16:03:45 +0000 (16:03 +0000)
lisp/flow-fill.el

index 660e073..7e3e6e2 100644 (file)
@@ -110,7 +110,7 @@ RFC 2646 suggests 66 characters for readability."
     (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 "")