commit: 4d9be8c40ded03641692bcf0d843473e73dd5304 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Sep 12 16:18:57 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Sep 12 16:18:57 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=4d9be8c4
Enable lexical binding * site-start.el: * site-gentoo.el: * subdirs.el.in: Enable lexical binding. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 6 ++++++ site-gentoo.el | 2 +- site-start.el | 2 +- subdirs.el.in | 2 +- 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 <[email protected]> + + * site-start.el: + * site-gentoo.el: + * subdirs.el.in: Enable lexical binding. + 2023-07-24 Ulrich Müller <[email protected]> * 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,
