]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding for textmodes tests
authorStefan Kangas <stefankangas@gmail.com>
Fri, 24 Apr 2020 16:49:28 +0000 (18:49 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 24 Apr 2020 18:26:36 +0000 (20:26 +0200)
* test/lisp/textmodes/mhtml-mode-tests.el:
* test/lisp/textmodes/sgml-mode-tests.el: Use lexical-binding.

test/lisp/textmodes/mhtml-mode-tests.el
test/lisp/textmodes/sgml-mode-tests.el

index aa5f19efdaaf3774f02a26fc8f9627b3df8fccea..1840e8b4016b0619323886703148b41eecb8fa07 100644 (file)
@@ -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.
 
index f0b93e24d2c8ab72067be021608afa9b9d457642..a4457307b3567715170cbd8edf4b81b2bd23b4d5 100644 (file)
@@ -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.