[gnus git] branch master updated: =1= gnus-art.el (article-make-date-line): Fix last change.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0757f205eed80587bfbc461c5510707d9be3247d (commit)
from 3a7fa151831d10f9629d5ce941cf929fa842cf53 (commit)
- Log -----------------------------------------------------------------
commit 0757f205eed80587bfbc461c5510707d9be3247d
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Jan 31 02:53:33 2011 +0000
gnus-art.el (article-make-date-line): Fix last change.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 7fba448..71e9e18 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -3479,8 +3479,8 @@ possible values."
(defun article-make-date-line (date type)
"Return a DATE line of TYPE."
- (unless (memq type '(local ut original user iso8601 lapsed english
- combined-lapsed user-defined))
+ (unless (memq type '(local ut original user-defined iso8601 lapsed english
+ combined-lapsed))
(error "Unknown conversion type: %s" type))
(condition-case ()
(let ((time (date-to-time date)))
-----------------------------------------------------------------------
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 | 4 ++--
1 files changed, 2 insertions(+), 2 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