aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-09-12 18:18:57 +0200
committerUlrich Müller <ulm@gentoo.org>2023-09-12 18:18:57 +0200
commit4d9be8c40ded03641692bcf0d843473e73dd5304 (patch)
treeaaf0f11f3a7f7bc22a43e552d0eebe4d981f7f68
parentVersion 1.9 released (diff)
downloademacs-tools-emacs-common.tar.gz
emacs-tools-emacs-common.tar.bz2
emacs-tools-emacs-common.zip
Enable lexical bindingemacs-common
* site-start.el: * site-gentoo.el: * subdirs.el.in: Enable lexical binding. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ChangeLog6
-rw-r--r--site-gentoo.el2
-rw-r--r--site-start.el2
-rw-r--r--subdirs.el.in2
4 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e4ede9..bab40f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-09-12 Ulrich Müller <ulm@gentoo.org>
+
+ * site-start.el:
+ * site-gentoo.el:
+ * subdirs.el.in: Enable lexical binding.
+
2023-07-24 Ulrich Müller <ulm@gentoo.org>
* Version 1.9 released.
diff --git a/site-gentoo.el b/site-gentoo.el
index 9a40311..427c491 100644
--- a/site-gentoo.el
+++ b/site-gentoo.el
@@ -1,4 +1,4 @@
-;;; site-gentoo.el --- site initialisation for Gentoo-installed packages
+;;; site-gentoo.el --- Gentoo site initialisation -*-lexical-binding:t-*-
;;; Commentary:
;; Automatically generated by elisp-common.eclass
diff --git a/site-start.el b/site-start.el
index 0ec3785..314ede5 100644
--- a/site-start.el
+++ b/site-start.el
@@ -1,4 +1,4 @@
-;;; site-start.el -*- no-byte-compile: t -*-
+;;; site-start.el -*- lexical-binding: t; no-byte-compile: t; -*-
;;; Commentary:
;; This is the site startup file for GNU Emacs. It is loaded before
diff --git a/subdirs.el.in b/subdirs.el.in
index 3432bf0..81e0e1b 100644
--- a/subdirs.el.in
+++ b/subdirs.el.in
@@ -1,4 +1,4 @@
-;; -*- no-byte-compile: t -*-
+;; -*- lexical-binding: t; no-byte-compile: t; -*-
(when (fboundp 'normal-top-level-add-subdirs-to-load-path)
(normal-top-level-add-subdirs-to-load-path)
;; We install dynamic modules in a more FHS compliant location,