]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/comp-run.el (comp-run-async-workers): Fix indentation.
authorAndrea Corallo <acorallo@gnu.org>
Wed, 20 Mar 2024 15:59:33 +0000 (16:59 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Mar 2024 14:14:08 +0000 (15:14 +0100)
(cherry picked from commit 0df28dc00edd0db343619d02aa41999a7bfce5fb)

lisp/emacs-lisp/comp-run.el

index 480f048777ca5d0b79c6032c02e3ca93594393e2..5cc615790306ceda9c59b7d74b2cde4855235748 100644 (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"