+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.
(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 "")