aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2020-04-29 10:28:07 +0200
committerStefan Kangas2020-04-29 10:28:07 +0200
commit17eae91cb1b45711be676bce79bcc5fcd7df2d3d (patch)
tree91f3684b595be85dec276f69ab5e24096ed055a8 /test
parent702d9d86f2a7ba9df693a1140565aa111135f1bb (diff)
downloademacs-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.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/eshell/em-hist-tests.el2
-rw-r--r--test/lisp/eshell/em-ls-tests.el2
-rw-r--r--test/lisp/eshell/esh-opt-tests.el2
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