files-tests.el: Remove unused lexical variable
* test/lisp/files-tests.el (file-test--do-local-variables-test); Remove unused var 'files-test-queried'.
This commit is contained in:
parent
3b8446439b
commit
400934b694
1 changed files with 1 additions and 2 deletions
|
@ -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)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue