Revert previous commit (emacs@sv.gnu.org/gnus--devo--0--patch-54).
authorReiner Steib <Reiner.Steib@gmx.de>
Fri, 24 Feb 2006 16:00:15 +0000 (16:00 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Fri, 24 Feb 2006 16:00:15 +0000 (16:00 +0000)
Yesterday's sync *to* the v5-10 branch was incomplete, so patch-54 reverted
the right code on the trunk.

lisp/flow-fill.el

index 00a338a..e54100a 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 "")