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 | |
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')
-rw-r--r-- | lisp/emacs-lisp/comp-run.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 006e0fb4ead..3c7f047d203 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -70,8 +70,8 @@ ;; ;; Eric S. Raymond <esr@thyrsus.com> ;; ;; * Maintainer line --- should be a single name/address as in the Author -;; line, or an address only. If there is no maintainer -;; line, the person(s) in the Author field are presumed to be it. +;; line, or an address only. If there is no maintainer line, the person(s) in +;; the Author field are presumed to be it. ;; The idea behind these two fields is to be able to write a Lisp function ;; that does "send mail to the author" without having to mine the name out by ;; hand. Please be careful about surrounding the network address with <> if |