From 8e153ce281186bd88fc9f82743791cd189f719be Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Fri, 24 Feb 2006 16:00:15 +0000 Subject: [PATCH] Revert previous commit (emacs@sv.gnu.org/gnus--devo--0--patch-54). Yesterday's sync *to* the v5-10 branch was incomplete, so patch-54 reverted the right code on the trunk. --- 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 00a338aac..e54100ae0 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 "") -- 2.34.1