* comp.el (native-compile-async): Fix excessive messaging
This commit is contained in:
parent
f7e10297d1
commit
4acc4ac667
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue