From 64a6709f648f4f6363e1d9d63cc4fc33ff5e0340 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 19 Mar 2020 18:37:32 +0000 Subject: [PATCH] * 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 00883a35680..1e348c065b5 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 -- 2.39.5