]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp-num-cpus): Fix definition.
authorAndrea Corallo <akrl@sdf.org>
Tue, 19 May 2020 07:40:56 +0000 (08:40 +0100)
committerAndrea Corallo <akrl@sdf.org>
Tue, 19 May 2020 07:43:38 +0000 (08:43 +0100)
Introduced by 2aec16ab75.

lisp/emacs-lisp/comp.el

index f94544877ed15ba290052b807b41a92a8f30443e..9fe614f9e946d4fdb7c5bdf24473ccd2810af741 100644 (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)