From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BB87158089 for ; Tue, 12 Sep 2023 16:21:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60AAA2BC013; Tue, 12 Sep 2023 16:21:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DC402BC013 for ; Tue, 12 Sep 2023 16:21:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 995AB335CB9 for ; Tue, 12 Sep 2023 16:21:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48C6EF35 for ; Tue, 12 Sep 2023 16:21:10 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1694535537.a401b91919650e7d27d0277ff6aa6a66249111be.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-common commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog site-gentoo.el site-start.el subdirs.el.in X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a401b91919650e7d27d0277ff6aa6a66249111be X-VCS-Branch: emacs-common Date: Tue, 12 Sep 2023 16:21:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5ae2288-f790-43cd-b55b-8565f762ad4b X-Archives-Hash: 8f7e23d4f172f3cbe98108fb25a21b14 commit: a401b91919650e7d27d0277ff6aa6a66249111be Author: Ulrich Müller gentoo org> AuthorDate: Tue Sep 12 16:18:57 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Sep 12 16:18:57 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=a401b919 Enable lexical binding * site-start.el: * site-gentoo.el: * subdirs.el.in: Enable lexical binding. Signed-off-by: Ulrich Müller 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 + + * site-start.el: + * site-gentoo.el: + * subdirs.el.in: Enable lexical binding. + 2023-07-24 Ulrich Müller * Version 1.9 released. diff --git a/site-gentoo.el b/site-gentoo.el index 9a40311..2df5dd0 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,