From f5ba60defbef2445243b513416c2c2f2b5766cd6 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Tue, 19 May 2020 08:40:56 +0100 Subject: [PATCH] * lisp/emacs-lisp/comp.el (comp-num-cpus): Fix definition. Introduced by 2aec16ab75. --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5