From b806a0556b3c3cef8254492de2ccb7d2d9d1618d Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 13 Feb 2016 16:05:32 +1100 Subject: [PATCH] Fix the :tracker slot name * lisp/gnus/registry.el (registry-lookup-secondary): The `tracker' slot is called `tracker', not `:tracker'. --- lisp/gnus/registry.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2