From: Andrea Corallo Date: Wed, 20 Mar 2024 15:59:33 +0000 (+0100) Subject: ; * lisp/emacs-lisp/comp-run.el (comp-run-async-workers): Fix indentation. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f33cd2e34653fa24efbe2a647bcd7d58bd8c554d;p=emacs.git ; * lisp/emacs-lisp/comp-run.el (comp-run-async-workers): Fix indentation. (cherry picked from commit 0df28dc00edd0db343619d02aa41999a7bfce5fb) --- diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el index 480f048777c..5cc61579030 100644 --- a/lisp/emacs-lisp/comp-run.el +++ b/lisp/emacs-lisp/comp-run.el @@ -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"