summaryrefslogtreecommitdiff
path: root/test/lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-04-24 18:49:28 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-04-24 20:26:36 +0200
commit1fab12efd4a8671cb8d3f5127c95ae37fcd6988f (patch)
tree3cb474c3c8145c9766b94643452885eef018a4ff /test/lisp
parentfe3c7158f5575340ccbde4979fbb3fe23e71e4e5 (diff)
downloademacs-1fab12efd4a8671cb8d3f5127c95ae37fcd6988f.tar.gz
emacs-1fab12efd4a8671cb8d3f5127c95ae37fcd6988f.tar.bz2
emacs-1fab12efd4a8671cb8d3f5127c95ae37fcd6988f.zip
Use lexical-binding for textmodes tests
* test/lisp/textmodes/mhtml-mode-tests.el: * test/lisp/textmodes/sgml-mode-tests.el: Use lexical-binding.
Diffstat (limited to 'test/lisp')
-rw-r--r--test/lisp/textmodes/mhtml-mode-tests.el2
-rw-r--r--test/lisp/textmodes/sgml-mode-tests.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/textmodes/mhtml-mode-tests.el b/test/lisp/textmodes/mhtml-mode-tests.el
index aa5f19efdaa..1840e8b4016 100644
--- a/test/lisp/textmodes/mhtml-mode-tests.el
+++ b/test/lisp/textmodes/mhtml-mode-tests.el
@@ -1,4 +1,4 @@
-;;; mhtml-mode-tests.el --- Tests for mhtml-mode
+;;; mhtml-mode-tests.el --- Tests for mhtml-mode -*- lexical-binding:t -*-
;; Copyright (C) 2017-2020 Free Software Foundation, Inc.
diff --git a/test/lisp/textmodes/sgml-mode-tests.el b/test/lisp/textmodes/sgml-mode-tests.el
index f0b93e24d2c..a4457307b35 100644
--- a/test/lisp/textmodes/sgml-mode-tests.el
+++ b/test/lisp/textmodes/sgml-mode-tests.el
@@ -1,4 +1,4 @@
-;;; sgml-mode-tests.el --- Tests for sgml-mode
+;;; sgml-mode-tests.el --- Tests for sgml-mode -*- lexical-binding:t -*-
;; Copyright (C) 2015-2020 Free Software Foundation, Inc.