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

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

[elpa] externals/trie 6cdaed0 046/111: Removed left-over debugging code


From: Stefan Monnier
Subject: [elpa] externals/trie 6cdaed0 046/111: Removed left-over debugging code and other minor tidying.
Date: Mon, 14 Dec 2020 11:35:17 -0500 (EST)

branch: externals/trie
commit 6cdaed00f377b14fcc165e1606ad11e1d6e631e0
Author: Toby Cubitt <toby-predictive@dr-qubit.org>
Commit: Toby S. Cubitt <toby-predictive@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-predictive@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



reply via email to

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