1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 09:43:26 -08:00

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.
This commit is contained in:
Stefan Kangas 2020-04-29 10:28:07 +02:00
parent 702d9d86f2
commit 17eae91cb1
3 changed files with 3 additions and 3 deletions

View 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.

View 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.

View 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.