[gnus git] branch master updated: n0-15-46-gc66eb73 =1= * registry.el (initialize-instance): Change :after to :AFTER to be compatible with old EIEIO version in XEmacs.
David Engster <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c66eb73ceb9010e8b9bd02b6d61fc6e2079fa04e (commit)
from 8333075d7f2ca6e0a3680e165f3cdbfc6bc463ab (commit)
- Log -----------------------------------------------------------------
commit c66eb73ceb9010e8b9bd02b6d61fc6e2079fa04e
Author: David Engster <[email protected]>
Date: Wed Apr 6 21:32:03 2011 +0200
* registry.el (initialize-instance): Change :after to :AFTER to be
compatible with old EIEIO version in XEmacs.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d6e711..06ec3b1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-06 David Engster <[email protected]>
+
+ * registry.el (initialize-instance): Change :after to :AFTER to be
+ compatible with old EIEIO version in XEmacs.
+
2011-04-06 Teodor Zlatanov <[email protected]>
* gnus-registry.el (gnus-registry-post-process-groups)
diff --git a/lisp/registry.el b/lisp/registry.el
index edaa4f5..f390c28 100644
--- a/lisp/registry.el
+++ b/lisp/registry.el
@@ -130,7 +130,7 @@
:type hash-table
:documentation "The data hashtable.")))
-(defmethod initialize-instance :after ((this registry-db) slots)
+(defmethod initialize-instance :AFTER ((this registry-db) slots)
"Set value of data slot of THIS after initialization."
(with-slots (data tracker) this
(unless (member :data slots)
-----------------------------------------------------------------------
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 | 5 +++++
lisp/registry.el | 2 +-
2 files changed, 6 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