testing: Add missing lexical-binding modeline

* testing/lisp/test-ox-html.el:
* testing/lisp/test-ox-texinfo.el: Add modeline with `lexical-binding'.
This commit is contained in:
Max Nikulin 2024-03-09 17:35:23 +07:00 committed by Ihor Radchenko
parent ff5fc2563f
commit ca29290948
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
;;; test-ox-html.el --- Tests for ox-html.el
;;; test-ox-html.el --- Tests for ox-html.el -*- lexical-binding: t; -*-
;; Copyright (C) 2022 Rudolf Adamkovič

View File

@ -1,4 +1,4 @@
;;; test-ox-texinfo.el --- Tests for ox-texinfo.el
;;; test-ox-texinfo.el --- Tests for ox-texinfo.el -*- lexical-binding: t; -*-
;; Copyright (C) 2022 Rudolf Adamkovič