]> git.eshelyaron.com Git - emacs.git/commit
* test/: Use lexical-binding the few remaining files
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 Feb 2021 17:14:59 +0000 (12:14 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 Feb 2021 17:14:59 +0000 (12:14 -0500)
commit07235678a4d30f56cec67fe6e9098e8541ab9ad1
tree3e8ba442b375424731debe1ab914ea60729f8202
parenta283996fc728e249816d3bd43a6da1f3c0eab837
* test/: Use lexical-binding the few remaining files

* test/manual/biditest.el: Use lexical-binding.
(biditest-generate-testfile): Remove unused var `levels`.

* test/manual/image-circular-tests.el: Use lexical-binding.

* test/manual/image-size-tests.el: Use lexical-binding.
(image-size-tests): Check `fboundp` before calling `imagemagick-types`.

* test/manual/redisplay-testsuite.el: Use lexical-binding.

* test/manual/cedet/cedet-utests.el: Use lexical-binding.
Use `with-current-buffer`.
(cedet-utest): Test `fboundp` i.s.o `featurep` to silence warning.
(srecode-map-save-file): Declare var.
(pulse-test): Test `fboundp` before calling `pulse-available-p`.
Declare `pulse-momentary-highlight-overlay` since it's not autoloaded.

* test/manual/cedet/semantic-tests.el: Use lexical-binding.
Use `with-current-buffer`.
(semanticdb-ebrowse-dump): Remove unused var `ab`.
(semanticdb-test-gnu-global): Don't use obsolete "name" arg to constructor.
(cedet-utest-directory): Declare var.
test/manual/biditest.el
test/manual/cedet/cedet-utests.el
test/manual/cedet/semantic-tests.el
test/manual/image-circular-tests.el
test/manual/image-size-tests.el
test/manual/redisplay-testsuite.el