]> git.eshelyaron.com Git - emacs.git/commit
Silence some warnings in tests
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 21 Jun 2020 11:50:34 +0000 (12:50 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 21 Jun 2020 11:50:34 +0000 (12:50 +0100)
commit4cc6854cd4b0857e223ed6bc1b1b1a051dd83480
tree4809d5c25c6be4ebfb78099b30d26f564bf1e7b5
parenta1b487eac0ec10059eb2b8c5e7efc9eec1342148
Silence some warnings in tests

* test/lisp/emacs-lisp/package-tests.el
(package-test-suffix-matches): Evaluate lambda.
(package-test-list-filter-marked):
* test/lisp/vc/vc-tests.el
(vc-test--run-maybe-unsupported-function):
* test/src/undo-tests.el (undo-test-skip-invalidated-markers):
Silence "unused local variable" warnings.
* test/lisp/imenu-tests.el (imenu-simple-scan-deftest): Fix
docstring.  Don't shadow global major-mode.
test/lisp/emacs-lisp/package-tests.el
test/lisp/imenu-tests.el
test/lisp/vc/vc-tests.el
test/src/undo-tests.el