From 224f693a3d4a72f02a1811dae9d3aa3c1ef482bb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 25 Aug 2026 05:47:05 -0600 Subject: fix(custom): declare lexical-binding in vendored elpa-mirror.el Emacs 31.1 warns at every startup about the missing cookie. The file byte-compiles clean under lexical binding, so nothing changes at runtime. --- custom/elpa-mirror.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/elpa-mirror.el b/custom/elpa-mirror.el index 777293e2..a17d0c5f 100644 --- a/custom/elpa-mirror.el +++ b/custom/elpa-mirror.el @@ -1,4 +1,4 @@ -;;; elpa-mirror.el --- Create local package repository from installed packages +;;; elpa-mirror.el --- Create local package repository from installed packages -*- lexical-binding: t -*- ;; Copyright (C) 2014-2020 Chen Bin -- cgit v1.2.3