]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in more tests
authorStefan Kangas <stefankangas@gmail.com>
Sat, 29 Aug 2020 18:55:46 +0000 (20:55 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 29 Aug 2020 20:41:51 +0000 (22:41 +0200)
commit2aeff0794a2b2b86ffe4325a8c677ebbfb2afa1f
treecb728d6209697b76f62084e82c7f92019e375743
parente709c187fde76573ea3ec3a5f14e09b9ed59525f
Use lexical-binding in more tests

* test/lib-src/emacsclient-tests.el:
* test/lisp/emacs-lisp/hierarchy-tests.el:
* test/lisp/eshell/eshell-tests.el:
* test/lisp/gnus/gnus-util-tests.el:
* test/lisp/progmodes/js-tests.el:
* test/lisp/textmodes/bibtex-tests.el:
* test/src/editfns-tests.el:
* test/src/fns-tests.el: Use lexical-binding.

* test/lisp/emacs-lisp/hierarchy-tests.el
(hierarchy-leafs-includes-lonely-roots):
* test/src/editfns-tests.el (transpose-test-get-byte-positions):
* test/src/fns-tests.el (fns-tests-func-arity):
Adjust for lexical-binding.
test/lib-src/emacsclient-tests.el
test/lisp/emacs-lisp/hierarchy-tests.el
test/lisp/eshell/eshell-tests.el
test/lisp/gnus/gnus-util-tests.el
test/lisp/progmodes/js-tests.el
test/lisp/textmodes/bibtex-tests.el
test/src/editfns-tests.el
test/src/fns-tests.el