emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b806a05: Fix the :tracker slot name


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master b806a05: Fix the :tracker slot name
Date: Sat, 13 Feb 2016 05:05:44 +0000

branch: master
commit b806a0556b3c3cef8254492de2ccb7d2d9d1618d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/gnus/registry.el b/lisp/gnus/registry.el
index 6684c25..e8bc6f5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]