]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the :tracker slot name
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 13 Feb 2016 05:05:32 +0000 (16:05 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 13 Feb 2016 05:05:32 +0000 (16:05 +1100)
* lisp/gnus/registry.el (registry-lookup-secondary): The
`tracker' slot is called `tracker', not `:tracker'.

lisp/gnus/registry.el

index 6684c258827e837668be197dca2a4f7f58ab9806..e8bc6f5545a16ee067d956a1f847a0f7480a4fe6 100644 (file)
@@ -179,7 +179,7 @@ Returns an alist of the key followed by the entry in a list, not a cons cell."
                                         &optional create)
   "Search for TRACKSYM in the registry-db THIS.
 When CREATE is not nil, create the secondary index hashtable if needed."
-  (let ((h (gethash tracksym (oref db :tracker))))
+  (let ((h (gethash tracksym (oref db tracker))))
     (if h
        h
       (when create