Merge from savannah/emacs-30
48f4c9cbbc
; Reflow "Commentary" in lisp-mnt.el22155753a4
; * lisp/emacs-lisp/comp-run.el (native--compile-async): ...235b9e85a6
package-buffer-info: Move 'require' earlier
This commit is contained in:
commit
247b88e5c5
2 changed files with 3 additions and 3 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue