]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding in most eshell tests
authorStefan Kangas <stefankangas@gmail.com>
Wed, 29 Apr 2020 08:28:07 +0000 (10:28 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 29 Apr 2020 08:28:07 +0000 (10:28 +0200)
* test/lisp/eshell/em-hist-tests.el:
* test/lisp/eshell/em-ls-tests.el:
* test/lisp/eshell/esh-opt-tests.el: Use lexical-binding.

test/lisp/eshell/em-hist-tests.el
test/lisp/eshell/em-ls-tests.el
test/lisp/eshell/esh-opt-tests.el

index a08a7a2afcbb3c72d2e2ec21280eac1712dd30fb..5bb16f64a4690b6cbd007e5e7a447701d39092fa 100644 (file)
@@ -1,4 +1,4 @@
-;;; tests/em-hist-tests.el --- em-hist test suite
+;;; tests/em-hist-tests.el --- em-hist test suite  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
index da3e224a94d82cc217326efea5d00933a03d67cb..975701e383874936fe41d3fd5b07a954637c7601 100644 (file)
@@ -1,4 +1,4 @@
-;;; tests/em-ls-tests.el --- em-ls test suite
+;;; tests/em-ls-tests.el --- em-ls test suite  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
index af6c089c16b14a02a054bedd802f83709edcff46..caba153cf73e417b0b405f6b1bc2e9ca68f07756 100644 (file)
@@ -1,4 +1,4 @@
-;;; tests/esh-opt-tests.el --- esh-opt test suite
+;;; tests/esh-opt-tests.el --- esh-opt test suite  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2018-2020 Free Software Foundation, Inc.