emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/elisp-benchmarks 6ff2a30 3/4: * elisp-benchmarks.el (el


From: Andrea Corallo
Subject: [elpa] externals/elisp-benchmarks 6ff2a30 3/4: * elisp-benchmarks.el (elb-runs): Fix group.
Date: Tue, 16 Mar 2021 05:06:51 -0400 (EDT)

branch: externals/elisp-benchmarks
commit 6ff2a3014a1cdee91035077e84d4f162673dc8cc
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * elisp-benchmarks.el (elb-runs): Fix group.
---
 elisp-benchmarks.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el
index 4af5dbb..7700bab 100644
--- a/elisp-benchmarks.el
+++ b/elisp-benchmarks.el
@@ -57,7 +57,7 @@
 (defcustom elb-runs 3
   "Total number of benchmark iterations."
   :type 'number
-  :group 'comp)
+  :group 'elb)
 
 (defcustom elb-speed 3
   "Default `comp-speed' to be used for native compiling the benchmarks."



reply via email to

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