]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/registry.el
Fix the :tracker slot name
[gnu-emacs] / 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