From: yamaoka Date: Fri, 24 Feb 2006 16:03:45 +0000 (+0000) Subject: Synch to No Gnus 200602241600. X-Git-Tag: t-gnus-6_17_4-quimby-~73 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=226a60a3fff86b9c1f20bf63c213769031956e08;p=elisp%2Fgnus.git- Synch to No Gnus 200602241600. --- diff --git a/lisp/flow-fill.el b/lisp/flow-fill.el index 660e073..7e3e6e2 100644 --- a/lisp/flow-fill.el +++ b/lisp/flow-fill.el @@ -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 "")