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

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

[elpa] externals/dict-tree 572c746 149/154: Fix byte-compilation errors


From: Stefan Monnier
Subject: [elpa] externals/dict-tree 572c746 149/154: Fix byte-compilation errors and warnings.
Date: Mon, 14 Dec 2020 12:22:04 -0500 (EST)

branch: externals/dict-tree
commit 572c74688d65510fcafe5cf34158493b9f3b2c18
Author: Toby S. Cubitt <toby-predictive@dr-qubit.org>
Commit: Toby S. Cubitt <toby-predictive@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)



reply via email to

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