emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp f5ba60d: * lisp/emacs-lisp/comp.el (comp-num-cpus):


From: Andrea Corallo
Subject: feature/native-comp f5ba60d: * lisp/emacs-lisp/comp.el (comp-num-cpus): Fix definition.
Date: Tue, 19 May 2020 03:49:42 -0400 (EDT)

branch: feature/native-comp
commit f5ba60defbef2445243b513416c2c2f2b5766cd6
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * 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 f945448..9fe614f 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]