; * lisp/emacs-lisp/comp-run.el (native--compile-async): Improve warning.
This commit is contained in:
parent
235b9e85a6
commit
22155753a4
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ bytecode definition was not changed in the meantime)."
|
|||
(append comp-files-queue `((,file . ,load)))
|
||||
added-something t)
|
||||
(display-warning 'native-compiler
|
||||
(format "No write access for %s skipping."
|
||||
(format "Cannot write %s; skipping."
|
||||
out-filename)))))))
|
||||
;; Perhaps nothing passed `native--compile-async-skip-p'?
|
||||
(when (and added-something
|
||||
|
|
Loading…
Add table
Reference in a new issue