* Fix previous change

* lisp/emacs-lisp/generate-lisp-file.el (generate-lisp-file-trailer):
Fix previous change b6e2799aa1.
This commit is contained in:
Andrea Corallo 2023-02-13 17:00:31 +01:00
parent 95692f6754
commit 1a64f326e0

View file

@ -103,7 +103,7 @@ if it's also byte-compiled)."
(insert ";; no-byte-" "compile: t\n"))
(unless autoloads
(insert ";; no-update-autoloads: t\n"))
(unless native-comp-jit-compilation
(when inhibit-native-compile
(insert ";; no-native-" "compile: t\n"))
(when coding
(insert (format ";; coding: %s\n"