branch: externals/trie commit 6cdaed00f377b14fcc165e1606ad11e1d6e631e0 Author: Toby Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@dr-qubit.org>
Removed left-over debugging code and other minor tidying. --- trie.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/trie.el b/trie.el index e73c0a1..168ec9c 100644 --- a/trie.el +++ b/trie.el @@ -5,7 +5,7 @@ ;; Copyright (C) 2008-2009 Toby Cubitt ;; Author: Toby Cubitt <toby-predict...@dr-qubit.org> -;; Version: 0.2 +;; Version: 0.2.1 ;; Keywords: trie, ternary search tree, completion ;; URL: http://www.dr-qubit.org/emacs.php @@ -147,6 +147,9 @@ ;;; Change Log: ;; +;; Version 0.2.1 +;; * bug-fix to result accumulation in `trie--do-regexp-search' +;; ;; Version 0.2 ;; * Replaced wildcard searches with regexp searches, using the tNFA.el ;; tagged non-deterministic finite state automata library. This is