diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-04-24 18:49:28 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-04-24 20:26:36 +0200 |
commit | 1fab12efd4a8671cb8d3f5127c95ae37fcd6988f (patch) | |
tree | 3cb474c3c8145c9766b94643452885eef018a4ff /test/lisp/textmodes/sgml-mode-tests.el | |
parent | fe3c7158f5575340ccbde4979fbb3fe23e71e4e5 (diff) | |
download | emacs-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.el | 2 |
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. |