1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 00:00:39 -08:00

* lisp/emacs-lisp/comp.el (comp-num-cpus): Fix definition.

Introduced by 2aec16ab75.
This commit is contained in:
Andrea Corallo 2020-05-19 08:40:56 +01:00
parent 2aec16ab75
commit f5ba60defb

View file

@ -2296,7 +2296,7 @@ processes from `comp-async-compilations'"
do (remhash file-name comp-async-compilations))
(hash-table-count comp-async-compilations))
(defvar comp-num-cpus)
(defvar comp-num-cpus nil)
(defun comp-effective-async-max-jobs ()
"Compute the effective number of async jobs."
(if (zerop comp-async-jobs-number)