diff options
| author | Stefan Kangas | 2020-04-29 10:28:07 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-04-29 10:28:07 +0200 |
| commit | 17eae91cb1b45711be676bce79bcc5fcd7df2d3d (patch) | |
| tree | 91f3684b595be85dec276f69ab5e24096ed055a8 | |
| parent | 702d9d86f2a7ba9df693a1140565aa111135f1bb (diff) | |
| download | emacs-17eae91cb1b45711be676bce79bcc5fcd7df2d3d.tar.gz emacs-17eae91cb1b45711be676bce79bcc5fcd7df2d3d.zip | |
Use lexical-binding in most eshell tests
* test/lisp/eshell/em-hist-tests.el:
* test/lisp/eshell/em-ls-tests.el:
* test/lisp/eshell/esh-opt-tests.el: Use lexical-binding.
| -rw-r--r-- | test/lisp/eshell/em-hist-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/em-ls-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/eshell/esh-opt-tests.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/eshell/em-hist-tests.el b/test/lisp/eshell/em-hist-tests.el index a08a7a2afcb..5bb16f64a46 100644 --- a/test/lisp/eshell/em-hist-tests.el +++ b/test/lisp/eshell/em-hist-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; tests/em-hist-tests.el --- em-hist test suite | 1 | ;;; tests/em-hist-tests.el --- em-hist test suite -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/test/lisp/eshell/em-ls-tests.el b/test/lisp/eshell/em-ls-tests.el index da3e224a94d..975701e3838 100644 --- a/test/lisp/eshell/em-ls-tests.el +++ b/test/lisp/eshell/em-ls-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; tests/em-ls-tests.el --- em-ls test suite | 1 | ;;; tests/em-ls-tests.el --- em-ls test suite -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/test/lisp/eshell/esh-opt-tests.el b/test/lisp/eshell/esh-opt-tests.el index af6c089c16b..caba153cf73 100644 --- a/test/lisp/eshell/esh-opt-tests.el +++ b/test/lisp/eshell/esh-opt-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; tests/esh-opt-tests.el --- esh-opt test suite | 1 | ;;; tests/esh-opt-tests.el --- esh-opt test suite -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||