diff options
| author | Tino Calancha | 2017-08-16 20:14:48 +0900 |
|---|---|---|
| committer | Tino Calancha | 2017-08-16 20:14:52 +0900 |
| commit | 400934b694087f4fe94755d78cbd1569efdb1fa8 (patch) | |
| tree | 880bc1772a0dc3b05ea0428aea16d3667f21e5e4 /test/lisp | |
| parent | 3b8446439b9e8ec875c9d1b2899d87aa66837a7a (diff) | |
| download | emacs-400934b694087f4fe94755d78cbd1569efdb1fa8.tar.gz emacs-400934b694087f4fe94755d78cbd1569efdb1fa8.zip | |
files-tests.el: Remove unused lexical variable
* test/lisp/files-tests.el (file-test--do-local-variables-test);
Remove unused var 'files-test-queried'.
Diffstat (limited to 'test/lisp')
| -rw-r--r-- | test/lisp/files-tests.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el index 4a17e0d4697..a2f2b74312f 100644 --- a/test/lisp/files-tests.el +++ b/test/lisp/files-tests.el | |||
| @@ -129,8 +129,7 @@ form.") | |||
| 129 | (let ((enable-local-variables (nth 0 test-settings)) | 129 | (let ((enable-local-variables (nth 0 test-settings)) |
| 130 | (enable-local-eval (nth 1 test-settings)) | 130 | (enable-local-eval (nth 1 test-settings)) |
| 131 | ;; Prevent any dir-locals file interfering with the tests. | 131 | ;; Prevent any dir-locals file interfering with the tests. |
| 132 | (enable-dir-local-variables nil) | 132 | (enable-dir-local-variables nil)) |
| 133 | (files-test-queried nil)) | ||
| 134 | (hack-local-variables) | 133 | (hack-local-variables) |
| 135 | (eval (nth 2 test-settings))))) | 134 | (eval (nth 2 test-settings))))) |
| 136 | 135 | ||