summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-05-19 08:40:56 +0100
committerAndrea Corallo <akrl@sdf.org>2020-05-19 08:43:38 +0100
commitf5ba60defbef2445243b513416c2c2f2b5766cd6 (patch)
tree3597b3ac8c178cc263dd8dbab14ee3e3e2d084c3 /lisp/emacs-lisp/comp.el
parent2aec16ab754aa803efd2e23a54485e34a56bf76c (diff)
downloademacs-f5ba60defbef2445243b513416c2c2f2b5766cd6.tar.gz
emacs-f5ba60defbef2445243b513416c2c2f2b5766cd6.tar.bz2
emacs-f5ba60defbef2445243b513416c2c2f2b5766cd6.zip
* lisp/emacs-lisp/comp.el (comp-num-cpus): Fix definition.
Introduced by 2aec16ab75.
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r--lisp/emacs-lisp/comp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index f94544877ed..9fe614f9e94 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -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)