mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
eclass/elisp-common: Sync with Gentoo
It's from Gentoo commit b935d9a5dabe2facdf27d7715d5b72cf5dad561d.
This commit is contained in:
parent
49225d9e3c
commit
073a9b3fea
@ -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:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user