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:
parent
2aec16ab75
commit
f5ba60defb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue