branch: externals/dict-tree commit 329110bdb06459f07321bc97bf392b6c968a1c46 Author: Toby Cubitt <toby-predict...@dr-qubit.org> Commit: tsc25 <toby-predict...@dr-qubit.org>
Fixed bug in unranked dictree-complete. --- dict-tree.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dict-tree.el b/dict-tree.el index 7e8728a..c8c5c0b 100644 --- a/dict-tree.el +++ b/dict-tree.el @@ -1695,7 +1695,7 @@ Returns nil if the stack is empty." `(lambda (a b) (,(eval (macroexpand `(trie-construct-sortfun - ,(dictree-comparison-function dict)))) + ,(dictree-comparison-function (car dict))))) (car a) (car b)))) nil maxnum)) )