summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorAndrea Corallo <acorallo@gnu.org>2024-03-20 16:59:33 +0100
committerAndrea Corallo <acorallo@gnu.org>2024-03-20 16:59:33 +0100
commit0df28dc00edd0db343619d02aa41999a7bfce5fb (patch)
treec25ae6b33cedcc85756454d764f5ac895ee8a9b9 /lisp/emacs-lisp
parentae9d8eedfdd6030a082010ac933b4aa4ddc05749 (diff)
downloademacs-0df28dc00edd0db343619d02aa41999a7bfce5fb.tar.gz
emacs-0df28dc00edd0db343619d02aa41999a7bfce5fb.tar.bz2
emacs-0df28dc00edd0db343619d02aa41999a7bfce5fb.zip
; * lisp/emacs-lisp/comp-run.el (comp-run-async-workers): Fix indentation.
Diffstat (limited to 'lisp/emacs-lisp')
-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."
"`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"