From: Eli Zaretskii Date: Sat, 6 Jul 2024 17:32:49 +0000 (+0300) Subject: ; * lisp/emacs-lisp/comp-run.el (native--compile-async): Improve warning. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23c68bd21430e9ee06a41d64cf96337515ac0342;p=emacs.git ; * lisp/emacs-lisp/comp-run.el (native--compile-async): Improve warning. (cherry picked from commit 22155753a464ceb7cd4f3387738e0dbca8acbd19) --- diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el index 17a9ab71f7e..a659d7f68b7 100644 --- a/lisp/emacs-lisp/comp-run.el +++ b/lisp/emacs-lisp/comp-run.el @@ -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