diff options
| author | Craig Jennings <c@cjennings.net> | 2026-08-25 05:47:05 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-08-25 05:47:05 -0600 |
| commit | 224f693a3d4a72f02a1811dae9d3aa3c1ef482bb (patch) | |
| tree | 8c0f865514bb5fc4f1bfbe628af6a950dd788ca5 | |
| parent | 638310601a39e7f9ade59ea85794a21167905f31 (diff) | |
| download | dotemacs-224f693a3d4a72f02a1811dae9d3aa3c1ef482bb.tar.gz dotemacs-224f693a3d4a72f02a1811dae9d3aa3c1ef482bb.zip | |
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.
| -rw-r--r-- | custom/elpa-mirror.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
