From ca29290948d43bef2bd3ddbcf4b1265f07665d6d Mon Sep 17 00:00:00 2001 From: Max Nikulin Date: Sat, 9 Mar 2024 17:35:23 +0700 Subject: [PATCH] testing: Add missing lexical-binding modeline * testing/lisp/test-ox-html.el: * testing/lisp/test-ox-texinfo.el: Add modeline with `lexical-binding'. --- testing/lisp/test-ox-html.el | 2 +- testing/lisp/test-ox-texinfo.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/lisp/test-ox-html.el b/testing/lisp/test-ox-html.el index cbe272ef8..0959d1441 100644 --- a/testing/lisp/test-ox-html.el +++ b/testing/lisp/test-ox-html.el @@ -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č diff --git a/testing/lisp/test-ox-texinfo.el b/testing/lisp/test-ox-texinfo.el index f69b2ad6d..b67d2f4c1 100644 --- a/testing/lisp/test-ox-texinfo.el +++ b/testing/lisp/test-ox-texinfo.el @@ -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č