Merge from origin/emacs-28
5713c730f2
Update to Org 9.5.5aad38d6010
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Fail m...
This commit is contained in:
commit
5c8b76fc87
4 changed files with 9 additions and 6 deletions
|
@ -3935,8 +3935,11 @@ display a message."
|
|||
when (or native-comp-always-compile
|
||||
load ; Always compile when the compilation is
|
||||
; commanded for late load.
|
||||
(file-newer-than-file-p
|
||||
source-file (comp-el-to-eln-filename source-file)))
|
||||
;; Skip compilation if `comp-el-to-eln-filename' fails
|
||||
;; to find a writable directory.
|
||||
(with-demoted-errors "Async compilation :%S"
|
||||
(file-newer-than-file-p
|
||||
source-file (comp-el-to-eln-filename source-file))))
|
||||
do (let* ((expr `((require 'comp)
|
||||
(setq comp-async-compilation t)
|
||||
(setq warning-fill-column most-positive-fixnum)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue