Use lexical-binding for textmodes tests

* test/lisp/textmodes/mhtml-mode-tests.el:
* test/lisp/textmodes/sgml-mode-tests.el: Use lexical-binding.
This commit is contained in:
Stefan Kangas 2020-04-24 18:49:28 +02:00
parent fe3c7158f5
commit 1fab12efd4
2 changed files with 2 additions and 2 deletions

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

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