[gnus git] branch master updated: m0-3-98-g6910044 =1= Indent.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 6910044663bc77081e08faabd6385cd34a9c8f5d (commit)
from 37a7d053fc397dbc2d8d5da3c7aec0e6d7cab78d (commit)
- Log -----------------------------------------------------------------
commit 6910044663bc77081e08faabd6385cd34a9c8f5d
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Mar 22 20:59:16 2012 +0100
Indent.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 32399e1..aa83789 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -2231,7 +2231,8 @@ unfolded."
(unfoldable
(or (equal gnus-article-unfold-long-headers t)
(and (stringp gnus-article-unfold-long-headers)
- (string-match gnus-article-unfold-long-headers header)))))
+ (string-match gnus-article-unfold-long-headers
+ header)))))
(with-temp-buffer
(insert header)
(goto-char (point-min))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/gnus-art.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project