* Fix previous change
* lisp/emacs-lisp/generate-lisp-file.el (generate-lisp-file-trailer):
Fix previous change b6e2799aa1.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user