From: Stefan Kangas Date: Sat, 4 Dec 2021 10:33:43 +0000 (+0100) Subject: ; Silence byte-compiler warning in test X-Git-Tag: emacs-29.0.90~3617^2~32 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16b8741556837a5074480f4dc6f480907b7761c5;p=emacs.git ; Silence byte-compiler warning in test * test/lisp/dired-aux-tests.el (dired-test-bug28834): Silence byte-compiler. --- diff --git a/test/lisp/dired-aux-tests.el b/test/lisp/dired-aux-tests.el index 374164f1f9b..69fc95ba552 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