branch: externals/dict-tree commit 572c74688d65510fcafe5cf34158493b9f3b2c18 Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@dr-qubit.org>
Fix byte-compilation errors and warnings. --- dict-tree.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dict-tree.el b/dict-tree.el index a6358aa..100aac1 100644 --- a/dict-tree.el +++ b/dict-tree.el @@ -91,6 +91,8 @@ (eval-when-compile (require 'cl)) (require 'cl-lib) +(require 'gv) + (require 'trie) (require 'tNFA) @@ -3276,8 +3278,8 @@ and OVERWRITE is the prefix argument." ;; destination (unless (eq compilation 'uncompiled) (if (save-window-excursion - (let ((byte-compile-disable-print-circle t)) - (byte-compile-file tmpfile))) +;; (let ((byte-compile-disable-print-circle t)) + (byte-compile-file tmpfile));) (rename-file (concat tmpfile ".elc") (concat filename ".elc") 'overwrite)