]> git.eshelyaron.com Git - emacs.git/commitdiff
files-tests.el: Remove unused lexical variable
authorTino Calancha <tino.calancha@gmail.com>
Wed, 16 Aug 2017 11:14:48 +0000 (20:14 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Wed, 16 Aug 2017 11:14:52 +0000 (20:14 +0900)
* test/lisp/files-tests.el (file-test--do-local-variables-test);
Remove unused var 'files-test-queried'.

test/lisp/files-tests.el

index 4a17e0d46973beef347852dbbd1a11d63682363c..a2f2b74312f6c759a18434a8db0da5c90b0c487b 100644 (file)
@@ -129,8 +129,7 @@ form.")
     (let ((enable-local-variables (nth 0 test-settings))
          (enable-local-eval      (nth 1 test-settings))
          ;; Prevent any dir-locals file interfering with the tests.
-         (enable-dir-local-variables nil)
-         (files-test-queried nil))
+         (enable-dir-local-variables nil))
       (hack-local-variables)
       (eval (nth 2 test-settings)))))