* Fix previous change
* lisp/emacs-lisp/generate-lisp-file.el (generate-lisp-file-trailer):
Fix previous change b6e2799aa1
.
This commit is contained in:
parent
95692f6754
commit
1a64f326e0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue