eclass/elisp-common: Sync with Gentoo

It's from Gentoo commit b935d9a5dabe2facdf27d7715d5b72cf5dad561d.
This commit is contained in:
Flatcar Buildbot 2024-07-01 07:14:53 +00:00 committed by Mathieu Tortuyaux
parent 49225d9e3c
commit 073a9b3fea
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -322,7 +322,7 @@ elisp-make-autoload-file() {
ebegin "Generating autoload file for GNU Emacs"
cat >"${f}" <<-EOF
;;; ${f##*/} --- autoloads for ${PN}
;;; ${f##*/} --- autoloads for ${PN} -*-lexical-binding:t-*-
;;; Commentary:
;; Automatically generated by elisp-common.eclass
@ -333,7 +333,6 @@ elisp-make-autoload-file() {
;; Local ${null}Variables:
;; version-control: never
;; no-byte-compile: t
;; no-native-compile: t
;; no-update-autoloads: t
;; End:
@ -706,7 +705,7 @@ elisp-site-regen() {
done
cat <<-EOF >"${T}"/site-gentoo.el || ret=$?
;;; 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
@ -723,7 +722,6 @@ elisp-site-regen() {
;; Local ${null}Variables:
;; no-byte-compile: t
;; no-native-compile: t
;; buffer-read-only: t
;; End: