emacs-diffs
[Top][All Lists]
Advanced

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

master 16b87415: ; Silence byte-compiler warning in test


From: Stefan Kangas
Subject: master 16b87415: ; Silence byte-compiler warning in test
Date: Sat, 4 Dec 2021 05:33:54 -0500 (EST)

branch: master
commit 16b8741556837a5074480f4dc6f480907b7761c5
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Silence byte-compiler warning in test
    
    * test/lisp/dired-aux-tests.el (dired-test-bug28834): Silence
    byte-compiler.
---
 test/lisp/dired-aux-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/dired-aux-tests.el b/test/lisp/dired-aux-tests.el
index 374164f..69fc95b 100644
--- a/test/lisp/dired-aux-tests.el
+++ b/test/lisp/dired-aux-tests.el
@@ -64,7 +64,7 @@
 
 (ert-deftest dired-test-bug28834 ()
   "test for https://debbugs.gnu.org/28834 ."
-  (let (from to-cp to-mv)
+  (let (to-cp to-mv)
     ;; `dired-create-destination-dirs' set to 'always.
     (with-dired-bug28834-test
      'always nil



reply via email to

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