projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
321123b
)
Synch to No Gnus 200602241600.
author
yamaoka
<yamaoka>
Fri, 24 Feb 2006 16:03:45 +0000
(16:03 +0000)
committer
yamaoka
<yamaoka>
Fri, 24 Feb 2006 16:03:45 +0000
(16:03 +0000)
lisp/flow-fill.el
patch
|
blob
|
history
diff --git
a/lisp/flow-fill.el
b/lisp/flow-fill.el
index
660e073
..
7e3e6e2
100644
(file)
--- 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 "")