]> git.eshelyaron.com Git - emacs.git/commitdiff
* comp.el (comp-async-jobs-number): Fix customize type.
authorAndrea Corallo <akrl@sdf.org>
Thu, 19 Mar 2020 18:37:32 +0000 (18:37 +0000)
committerAndrea Corallo <akrl@sdf.org>
Thu, 19 Mar 2020 18:37:32 +0000 (18:37 +0000)
lisp/emacs-lisp/comp.el

index 00883a356809b8153ae6620a1eccc57af40ce269..1e348c065b552657b7fadf0ea727dffe921ee91f 100644 (file)
@@ -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