summaryrefslogtreecommitdiff
path: root/test/lib-src
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-08-29 20:55:46 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-08-29 22:41:51 +0200
commit2aeff0794a2b2b86ffe4325a8c677ebbfb2afa1f (patch)
treecb728d6209697b76f62084e82c7f92019e375743 /test/lib-src
parente709c187fde76573ea3ec3a5f14e09b9ed59525f (diff)
downloademacs-2aeff0794a2b2b86ffe4325a8c677ebbfb2afa1f.tar.gz
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.
Diffstat (limited to 'test/lib-src')
-rw-r--r--test/lib-src/emacsclient-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el
index 901922c03e1..a502bb782f2 100644
--- a/test/lib-src/emacsclient-tests.el
+++ b/test/lib-src/emacsclient-tests.el
@@ -1,4 +1,4 @@
-;;; emacsclient-tests.el --- Test emacsclient
+;;; emacsclient-tests.el --- Test emacsclient -*- lexical-binding:t -*-
;; Copyright (C) 2016-2020 Free Software Foundation, Inc.