emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 4acc4ac 2/3: * comp.el (native-compile-async): Fix e


From: Andrea Corallo
Subject: feature/native-comp 4acc4ac 2/3: * comp.el (native-compile-async): Fix excessive messaging
Date: Tue, 24 Mar 2020 13:37:47 -0400 (EDT)

branch: feature/native-comp
commit 4acc4ac66753ff1556be907f2611b48ffc3fc79c
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * comp.el (native-compile-async): Fix excessive messaging
---
 lisp/emacs-lisp/comp.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index dfa9658..c5c894f 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2283,8 +2283,8 @@ LOAD can be nil t or 'late."
                      file)
         (setf comp-files-queue (append comp-files-queue `((,file . ,load))))))
     (when (zerop (comp-async-runnings))
-      (comp-run-async-workers))
-    (message "Compilation started.")))
+      (comp-run-async-workers)
+      (message "Compilation started."))))
 
 (provide 'comp)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]