summaryrefslogtreecommitdiff
path: root/test/lisp/textmodes/sgml-mode-tests.el
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/textmodes/sgml-mode-tests.el
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/textmodes/sgml-mode-tests.el')
-rw-r--r--test/lisp/textmodes/sgml-mode-tests.el2
1 files changed, 1 insertions, 1 deletions
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.