diff options
| author | Stefan Kangas | 2020-04-24 15:28:22 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-04-24 18:25:13 +0200 |
| commit | c52f8863a536c003980c8fcc24dfb48dfb2353a8 (patch) | |
| tree | 4f446aae70a45ac44f61f42dcf47d27b28c8696e /test/src/floatfns-tests.el | |
| parent | 85fb94273375fe793ced4404ade6392e38b4c381 (diff) | |
| download | emacs-c52f8863a536c003980c8fcc24dfb48dfb2353a8.tar.gz 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/floatfns-tests.el')
| -rw-r--r-- | test/src/floatfns-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/floatfns-tests.el b/test/src/floatfns-tests.el index c1c2c8996a7..8c56674d4fd 100644 --- a/test/src/floatfns-tests.el +++ b/test/src/floatfns-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; floatfns-tests.el --- tests for floating point operations | 1 | ;;; floatfns-tests.el --- tests for floating point operations -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright 2017-2020 Free Software Foundation, Inc. | 3 | ;; Copyright 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||