diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-20 11:39:58 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-20 12:00:07 +0900 |
commit | 52bc919f4b90b937500e75f63f37479957f5fb3d (patch) | |
tree | 6a13009fcf7b4eda8463eae82b315aa7f417a02e /etc | |
parent | fa11ff5a64e9c472bb63ad68f732583a972061fe (diff) |
etc/copyright.el: Resolve a warning in latest Emacs 30.1.
* etc/copyright.el: Set lexical-binding to t.
Change-Id: Ia57b4e9b0dec73a92953a484ffd4879f1dffabb5
Diffstat (limited to 'etc')
-rw-r--r-- | etc/copyright.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/copyright.el b/etc/copyright.el index f5ed723cea..8a362ea825 100644 --- a/etc/copyright.el +++ b/etc/copyright.el @@ -1,4 +1,4 @@ -;;; copyright.el --- Insert a Guix copyright. +;;; copyright.el --- Insert a Guix copyright. -*- lexical-binding: t; -*- ;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com> |