[gnus git] branch master updated: m0-11-109-g18a04f2 =1= registry.el: Don't use <class> as a variable

Katsumi <[email protected]> Thu, 08 Jan 2015 23:52:12 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  18a04f2e346efc244a4d9042532a8a0c50338d55 (commit)
      from  b081ea2e35ba1ecf9e5dddb32e2cd84865c32880 (commit)


- Log -----------------------------------------------------------------
commit 18a04f2e346efc244a4d9042532a8a0c50338d55
Author: Stefan Monnier <[email protected]>
Date:   Thu Jan 8 22:52:06 2015 +0000

    registry.el: Don't use <class> as a variable

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7e6f112..0c9d9ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-08  Stefan Monnier  <[email protected]>
+
+	* registry.el: Don't use <class> as a variable.
+
 2014-12-29  Paul Eggert  <[email protected]>
 
 	system-name's returned value can vary
diff --git a/lisp/registry.el b/lisp/registry.el
index 45bfa07..bafb5c8 100644
--- a/lisp/registry.el
+++ b/lisp/registry.el
@@ -142,7 +142,7 @@
          :type hash-table
          :documentation "The data hashtable.")))
 ;; Do this separately, since defclass doesn't allow expressions in :initform.
-(oset-default registry-db max-size most-positive-fixnum)
+(oset-default 'registry-db max-size most-positive-fixnum)
 
 (defmethod initialize-instance :BEFORE ((this registry-db) slots)
   "Check whether a registry object needs to be upgraded."

-----------------------------------------------------------------------
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/registry.el |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

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