From: Lars Ingebrigtsen <larsi@gnus.org>
Date: Sat, 13 Feb 2016 05:05:32 +0000 (+1100)
Subject: Fix the :tracker slot name
X-Git-Tag: emacs-26.0.90~2595
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b806a0556b3c3cef8254492de2ccb7d2d9d1618d;p=emacs.git

Fix the :tracker slot name

* lisp/gnus/registry.el (registry-lookup-secondary): The
`tracker' slot is called `tracker', not `:tracker'.
---

diff --git a/lisp/gnus/registry.el b/lisp/gnus/registry.el
index 6684c258827..e8bc6f5545a 100644
--- a/lisp/gnus/registry.el
+++ b/lisp/gnus/registry.el
@@ -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