]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in most src tests
authorStefan Kangas <stefankangas@gmail.com>
Fri, 24 Apr 2020 13:28:22 +0000 (15:28 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 24 Apr 2020 16:25:13 +0000 (18:25 +0200)
commitc52f8863a536c003980c8fcc24dfb48dfb2353a8
tree4f446aae70a45ac44f61f42dcf47d27b28c8696e
parent85fb94273375fe793ced4404ade6392e38b4c381
Use lexical-binding in most src tests

* test/src/charset-tests.el:
* test/src/chartab-tests.el:
* test/src/cmds-tests.el:
* test/src/coding-tests.el (top-level)
(generate-ascii-file, generate-mostly-nonascii-file):
* test/src/doc-tests.el:
* test/src/floatfns-tests.el:
* test/src/font-tests.el:
* test/src/keymap-tests.el:
* test/src/process-tests.el (top-level)
(process-test-sentinel-wait-function-working-p)
(process-test-stderr-buffer, process-test-stderr-filter):
* test/src/textprop-tests.el:
* test/src/thread-tests.el:
* test/src/timefns-tests.el:
* test/src/undo-tests.el:
* test/src/xml-tests.el: Use lexical-binding.
15 files changed:
test/src/charset-tests.el
test/src/chartab-tests.el
test/src/cmds-tests.el
test/src/coding-tests.el
test/src/decompress-tests.el
test/src/doc-tests.el
test/src/floatfns-tests.el
test/src/font-tests.el
test/src/keymap-tests.el
test/src/process-tests.el
test/src/textprop-tests.el
test/src/thread-tests.el
test/src/timefns-tests.el
test/src/undo-tests.el
test/src/xml-tests.el