Synch to No Gnus 200510260910.
authoryamaoka <yamaoka>
Wed, 26 Oct 2005 09:14:42 +0000 (09:14 +0000)
committeryamaoka <yamaoka>
Wed, 26 Oct 2005 09:14:42 +0000 (09:14 +0000)
lisp/ChangeLog
lisp/flow-fill.el

index 355fa7b..2d2ae23 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-26  Simon Josefsson  <jas@extundo.com>
+
+       * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
+       part of 2004-07-25 change.
+
 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * message.el (message-display-completion-list): New function.
index bba1aba..fcf6d5c 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 "")