* Some more `inhibit-native-compile' clean-up
* lisp/emacs-lisp/generate-lisp-file.el (generate-lisp-file-trailer): Use `native-comp-deferred-compilation'.
This commit is contained in:
parent
c0681cd347
commit
b6e2799aa1
2 changed files with 2 additions and 4 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"))
|
||||
(when inhibit-native-compile
|
||||
(unless native-comp-deferred-compilation
|
||||
(insert ";; no-native-" "compile: t\n"))
|
||||
(when coding
|
||||
(insert (format ";; coding: %s\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue