summaryrefslogtreecommitdiff
path: root/test/make-compile.el
diff options
context:
space:
mode:
authorKonstantin Kharlamov <Hi-Angel@yandex.ru>2024-02-18 20:46:17 +0300
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2024-03-25 09:52:22 +0100
commitf686037a1a694bbfb379e61cc654cabc826e5771 (patch)
tree61c65fdb49c761a04e6a2a7d91859f31732dd520 /test/make-compile.el
parentc7116cdc774b1e259eaf3e9e7a318a6c99c2da17 (diff)
treewide: add "lexical-binding" directive
Fixes a bunch of warnings like: test/elpa.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line
Diffstat (limited to 'test/make-compile.el')
-rw-r--r--test/make-compile.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/make-compile.el b/test/make-compile.el
index d3d8956..e4be68e 100644
--- a/test/make-compile.el
+++ b/test/make-compile.el
@@ -1,5 +1,4 @@
+;;; -*- lexical-binding: t -*-
(setq files '("evil-surround.el"))
(setq byte-compile--use-old-handlers nil)
(mapc #'byte-compile-file files)
-
-