diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-04-24 15:28:22 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-04-24 18:25:13 +0200 |
commit | c52f8863a536c003980c8fcc24dfb48dfb2353a8 (patch) | |
tree | 4f446aae70a45ac44f61f42dcf47d27b28c8696e /test/src/thread-tests.el | |
parent | 85fb94273375fe793ced4404ade6392e38b4c381 (diff) | |
download | emacs-c52f8863a536c003980c8fcc24dfb48dfb2353a8.tar.gz emacs-c52f8863a536c003980c8fcc24dfb48dfb2353a8.tar.bz2 emacs-c52f8863a536c003980c8fcc24dfb48dfb2353a8.zip |
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.
Diffstat (limited to 'test/src/thread-tests.el')
-rw-r--r-- | test/src/thread-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/thread-tests.el b/test/src/thread-tests.el index 5d85fc74e50..df34a2b66eb 100644 --- a/test/src/thread-tests.el +++ b/test/src/thread-tests.el @@ -1,4 +1,4 @@ -;;; threads.el --- tests for threads. +;;; threads.el --- tests for threads. -*- lexical-binding: t -*- ;; Copyright (C) 2012-2020 Free Software Foundation, Inc. |