From 226a60a3fff86b9c1f20bf63c213769031956e08 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 24 Feb 2006 16:03:45 +0000 Subject: [PATCH] Synch to No Gnus 200602241600. --- lisp/flow-fill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "") -- 1.7.10.4