summaryrefslogtreecommitdiff
path: root/test/make-compile.el
diff options
context:
space:
mode:
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)
-
-