summaryrefslogtreecommitdiff
path: root/test/make-update.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-update.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-update.el')
-rw-r--r--test/make-update.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/make-update.el b/test/make-update.el
index 1c884b4..e7d2b0b 100644
--- a/test/make-update.el
+++ b/test/make-update.el
@@ -1,3 +1,4 @@
+;;; -*- lexical-binding: t -*-
(setq package-user-dir
(expand-file-name (format ".elpa/%s/elpa" emacs-version)))
(message "installing in %s ...\n" package-user-dir)