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

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

[elpa] externals/trie ecf872e 061/111: Updated Package-Version, Package-


From: Stefan Monnier
Subject: [elpa] externals/trie ecf872e 061/111: Updated Package-Version, Package-Requires, and Keywords package headers.
Date: Mon, 14 Dec 2020 11:35:21 -0500 (EST)

branch: externals/trie
commit ecf872ec658b8afb580fdaec3e33518316915a73
Author: Toby S. Cubitt <toby-predictive@dr-qubit.org>
Commit: Toby S. Cubitt <toby-predictive@dr-qubit.org>

    Updated Package-Version, Package-Requires, and Keywords package headers.
    Made small changes to some Commentary sections.
---
 trie.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/trie.el b/trie.el
index 43adb08..169201e 100644
--- a/trie.el
+++ b/trie.el
@@ -6,7 +6,9 @@
 
 ;; Author: Toby Cubitt <toby-predictive@dr-qubit.org>
 ;; Version: 0.2.5
-;; Keywords: trie, ternary search tree, completion
+;; Keywords: extensions, matching, data structures
+;;           trie, ternary search tree, tree, completion, regexp
+;; Package-Requires: ((emacs "24.1") (tNFA "0.1.1") (heap "0.3"))
 ;; URL: http://www.dr-qubit.org/emacs.php
 
 
@@ -140,12 +142,12 @@
 ;; could even write a custom type of underlying lookup table, optimised
 ;; for your specific needs.
 ;;
-;;
 ;; This package uses the AVL tree package avl-tree.el, the tagged NFA
 ;; package tNFA.el, and the heap package heap.el.
 
 
 ;;; Change Log:
+;;
 ;; Version 0.2.5
 ;; * removed `trie--avl-transform-for-print' and
 ;;   `trie--avl-transform-from-read', since Emacs has supported



reply via email to

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