[gnus git] branch master updated: m0-5-101-gbf846ca =1= gnus-notifications.el (gnus-notifications-action): Avoid CL-ism
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via bf846caae21141704ed81d6c2e6db7c53f157606 (commit)
from 856fe7a9bd702666fd7e0b18f003dc944bec93e5 (commit)
- Log -----------------------------------------------------------------
commit bf846caae21141704ed81d6c2e6db7c53f157606
Author: Stefan Monnier <[email protected]>
Date: Fri Aug 31 04:15:23 2012 +0000
gnus-notifications.el (gnus-notifications-action): Avoid CL-ism
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 88969f0..34b43cc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-31 Stefan Monnier <[email protected]>
+
+ * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
+
2012-08-30 Julien Danjou <[email protected]>
* gnus-notifications.el (gnus-notifications-notify): Use timeout from
diff --git a/lisp/gnus-notifications.el b/lisp/gnus-notifications.el
index 811a908..c512995 100644
--- a/lisp/gnus-notifications.el
+++ b/lisp/gnus-notifications.el
@@ -74,7 +74,7 @@ not get notifications."
(let ((group-article (assoc id gnus-notifications-id-to-msg)))
(when group-article
(let ((group (cadr group-article))
- (article (caddr group-article)))
+ (article (nth 2 group-article)))
(gnus-fetch-group group (list article)))))))
(defun gnus-notifications-notify (from subject photo-file)
-----------------------------------------------------------------------
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/ChangeLog | 4 ++++
lisp/gnus-notifications.el | 2 +-
2 files changed, 5 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