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

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

[elpa] externals/async 424ecd8 32/60: Fix compilation warning


From: Stefan Monnier
Subject: [elpa] externals/async 424ecd8 32/60: Fix compilation warning
Date: Tue, 8 Oct 2019 10:11:32 -0400 (EDT)

branch: externals/async
commit 424ecd8a28cd59fe7d2de3cb4b37a4224e34c123
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    Fix compilation warning
    
    * dired-async.el (dired-async-create-files): Ignore unused `from` in 
cl-loop.
---
 dired-async.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dired-async.el b/dired-async.el
index 5428206..c798947 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -246,7 +246,7 @@ ESC or `q' to not overwrite any of the remaining files,
       (setq async-quiet-switch
             (if (and (boundp 'tramp-cache-read-persistent-data)
                      async-fn-list
-                     (cl-loop for (from . to) in async-fn-list
+                     (cl-loop for (_from . to) in async-fn-list
                               thereis (file-remote-p to)))
                 "-q" "-Q"))
       ;; When failures have been printed to dired log add the date at bob.



reply via email to

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