emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 64a6709 9/9: * comp.el (comp-async-jobs-number): Fix


From: Andrea Corallo
Subject: feature/native-comp 64a6709 9/9: * comp.el (comp-async-jobs-number): Fix customize type.
Date: Thu, 19 Mar 2020 14:41:54 -0400 (EDT)

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

    * comp.el (comp-async-jobs-number): Fix customize type.
---
 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 00883a3..1e348c0 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -95,7 +95,7 @@ performed at `comp-speed' > 0."
 (defcustom comp-async-jobs-number 0
   "Default number of processes used for async compilation.
 When zero use half of the CPUs or at least one."
-  :type 'fixnum
+  :type 'number
   :group 'comp)
 
 (defcustom comp-async-cu-done-hook nil



reply via email to

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