From: yamaoka Date: Wed, 26 Oct 2005 09:14:42 +0000 (+0000) Subject: Synch to No Gnus 200510260910. X-Git-Tag: t-gnus-6_17_4-quimby-~279 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6105f8d52d618c03463cb30d702430a12879419b;p=elisp%2Fgnus.git- Synch to No Gnus 200510260910. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 355fa7b..2d2ae23 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-10-26 Simon Josefsson + + * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert + part of 2004-07-25 change. + 2005-10-26 Katsumi Yamaoka * message.el (message-display-completion-list): New function. diff --git a/lisp/flow-fill.el b/lisp/flow-fill.el index bba1aba..fcf6d5c 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 "")