From 84a73f0116aedc448249f0f2193ba9bf39186dad Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 26 Jul 2025 13:13:29 +0100 Subject: [PATCH] ; vc-test--other-working-trees: Fix unused variable warning. (cherry picked from commit ed71aac7eaca35050193c56507f28a7fa18cfadf) --- test/lisp/vc/vc-tests/vc-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/vc/vc-tests/vc-tests.el b/test/lisp/vc/vc-tests/vc-tests.el index 9f570ca0dd1..ea007baf6ad 100644 --- a/test/lisp/vc/vc-tests/vc-tests.el +++ b/test/lisp/vc/vc-tests/vc-tests.el @@ -662,7 +662,7 @@ This checks also `vc-backend' and `vc-responsible-backend'." (defun vc-test--other-working-trees (backend) "Test other working trees actions." - (ert-with-temp-directory tempdir + (ert-with-temp-directory _tempdir (let ((vc-handled-backends `(,backend)) (default-directory (file-name-as-directory -- 2.39.5