diff options
author | Po Lu <luangruo@yahoo.com> | 2024-07-07 10:23:08 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2024-07-07 10:23:08 +0800 |
commit | 247b88e5c57c1be27c52cd882680b6a6ea892abe (patch) | |
tree | 049397c21822255d91751b8e84e0dde8d8c61f47 /lisp/emacs-lisp/comp-run.el | |
parent | 745eae00d4178906eda58c26d0d132fbd32b3ff7 (diff) | |
parent | 48f4c9cbbc1297eeb2299928bd415c891b98d999 (diff) | |
download | emacs-247b88e5c57c1be27c52cd882680b6a6ea892abe.tar.gz emacs-247b88e5c57c1be27c52cd882680b6a6ea892abe.tar.bz2 emacs-247b88e5c57c1be27c52cd882680b6a6ea892abe.zip |
Merge from savannah/emacs-30
48f4c9cbbc1 ; Reflow "Commentary" in lisp-mnt.el
22155753a46 ; * lisp/emacs-lisp/comp-run.el (native--compile-async): ...
235b9e85a67 package-buffer-info: Move 'require' earlier
Diffstat (limited to 'lisp/emacs-lisp/comp-run.el')
-rw-r--r-- | lisp/emacs-lisp/comp-run.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |