diff options
author | Miles Bader <miles@gnu.org> | 2006-02-28 00:38:35 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-02-28 00:38:35 +0000 |
commit | ba0226ddfab8a17b926c3c6959775e3cc5207a74 (patch) | |
tree | deb6e6cf6dd744d8c1a5af677bf304a6426a7c6f /lisp/gnus/flow-fill.el | |
parent | e1b267c17851949c3123f1bfd1d11c2217853716 (diff) | |
download | emacs-ba0226ddfab8a17b926c3c6959775e3cc5207a74.tar.gz |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-126
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 40-42)
- Merge from emacs--devo--0
- Update from CVS
Diffstat (limited to 'lisp/gnus/flow-fill.el')
-rw-r--r-- | lisp/gnus/flow-fill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/flow-fill.el b/lisp/gnus/flow-fill.el index 480505549c9..98697439106 100644 --- a/lisp/gnus/flow-fill.el +++ b/lisp/gnus/flow-fill.el @@ -121,7 +121,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 "") |