aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2024-03-20 16:59:33 +0100
committerAndrea Corallo2024-03-20 16:59:33 +0100
commit0df28dc00edd0db343619d02aa41999a7bfce5fb (patch)
treec25ae6b33cedcc85756454d764f5ac895ee8a9b9
parentae9d8eedfdd6030a082010ac933b4aa4ddc05749 (diff)
downloademacs-0df28dc00edd0db343619d02aa41999a7bfce5fb.tar.gz
emacs-0df28dc00edd0db343619d02aa41999a7bfce5fb.zip
; * lisp/emacs-lisp/comp-run.el (comp-run-async-workers): Fix indentation.
-rw-r--r--lisp/emacs-lisp/comp-run.el4
1 files changed, 2 insertions, 2 deletions
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."
233 "`comp-files-queue' should be \".el\" files: %s" 233 "`comp-files-queue' should be \".el\" files: %s"
234 source-file) 234 source-file)
235 when (or native-comp-always-compile 235 when (or native-comp-always-compile
236 load ; Always compile when the compilation is 236 load ; Always compile when the compilation is
237 ; commanded for late load. 237 ; commanded for late load.
238 ;; Skip compilation if `comp-el-to-eln-filename' fails 238 ;; Skip compilation if `comp-el-to-eln-filename' fails
239 ;; to find a writable directory. 239 ;; to find a writable directory.
240 (with-demoted-errors "Async compilation :%S" 240 (with-demoted-errors "Async compilation :%S"