emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/dict-tree a61f90e 053/154: Bug-fix in dictree-wildcard-


From: Stefan Monnier
Subject: [elpa] externals/dict-tree a61f90e 053/154: Bug-fix in dictree-wildcard-search
Date: Mon, 14 Dec 2020 12:21:43 -0500 (EST)

branch: externals/dict-tree
commit a61f90e0ac153710a79b22074bc10564ca766540
Author: Toby Cubitt <toby-predictive@dr-qubit.org>
Commit: tsc25 <toby-predictive@dr-qubit.org>

    Bug-fix in dictree-wildcard-search
---
 dict-tree.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dict-tree.el b/dict-tree.el
index cd3ae83..6b190a1 100644
--- a/dict-tree.el
+++ b/dict-tree.el
@@ -2224,7 +2224,7 @@ than an alist), without the data."
      'dictree--wildcard-cache)
    (if rank-function
        'dictree--wildcard-ranked-cache-threshold
-     'dictree--wildcard-cache-threshold dict)
+     'dictree--wildcard-cache-threshold)
    'trie-wildcard-search 'trie-wildcard-stack
    (when rank-function
      (if (functionp rank-function)



reply via email to

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