1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 08:43:52 -08:00

; * lisp/emacs-lisp/comp-run.el (comp-run-async-workers): Fix indentation.

This commit is contained in:
Andrea Corallo 2024-03-20 16:59:33 +01:00
parent ae9d8eedfd
commit 0df28dc00e

View file

@ -233,8 +233,8 @@ display a message."
"`comp-files-queue' should be \".el\" files: %s"
source-file)
when (or native-comp-always-compile
load ; Always compile when the compilation is
; commanded for late load.
load ; Always compile when the compilation is
; commanded for late load.
;; Skip compilation if `comp-el-to-eln-filename' fails
;; to find a writable directory.
(with-demoted-errors "Async compilation :%S"