Revert "elisp-common.eclass: Set no-native-compile in generated files"

"no-byte-compile: t" implies "no-native-compile: t", therefore this was
redundant.

This reverts commit 2ab9bda58e.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2024-05-05 15:11:01 +02:00
parent 25df2b9b57
commit 4af0ecd6a4

View File

@@ -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:
@@ -723,7 +722,6 @@ elisp-site-regen() {
;; Local ${null}Variables:
;; no-byte-compile: t
;; no-native-compile: t
;; buffer-read-only: t
;; End: