[gnus git] branch master updated: m0-11-189-g0df6904 =1= registry.el (registry-db): Fix last change

Katsumi <[email protected]> Thu, 12 Mar 2015 00:34:37 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  0df6904923a6318afb93b3db6ff92148f335f28f (commit)
      from  0c38751cb18d51ed294dabcfb16ed21a610e2daa (commit)


- Log -----------------------------------------------------------------
commit 0df6904923a6318afb93b3db6ff92148f335f28f
Author: Katsumi Yamaoka <[email protected]>
Date:   Wed Mar 11 23:34:36 2015 +0000

    registry.el (registry-db): Fix last change

diff --git a/lisp/registry.el b/lisp/registry.el
index ef076a5..e4c37a6 100644
--- a/lisp/registry.el
+++ b/lisp/registry.el
@@ -110,7 +110,7 @@
 (defvar registry-db-version 0.2
   "The current version of the registry format.")
 
-(eval (backquote
+(eval `
 (defclass registry-db (eieio-persistent)
   ((version :initarg :version
             :initform nil
@@ -147,7 +147,7 @@
    (data :initarg :data
          :type hash-table
          :documentation "The data hashtable.")))
-))
+)
 
 (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/registry.el |    4 ++--
 1 file 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