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

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

[elpa] externals/elisp-benchmarks 1b9b2c5 1/2: * elisp-benchmarks.el : R


From: Andrea Corallo
Subject: [elpa] externals/elisp-benchmarks 1b9b2c5 1/2: * elisp-benchmarks.el : Rename feature nativecomp -> feature-nativecompile
Date: Thu, 6 May 2021 17:18:03 -0400 (EDT)

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

    * elisp-benchmarks.el : Rename feature nativecomp -> feature-nativecompile
---
 elisp-benchmarks.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el
index 51023d6..57e779b 100644
--- a/elisp-benchmarks.el
+++ b/elisp-benchmarks.el
@@ -46,7 +46,7 @@
 (require 'benchmark)
 (require 'outline)
 (require 'org)
-(if (featurep 'nativecomp)
+(if (featurep 'native-compile)
     (require 'comp)
   (defvar comp-speed))
 
@@ -109,7 +109,7 @@ RECOMPILE all the benchmark folder when non nil."
              (funcall compile-function f))
            test-sources))
     ;; Load
-    (mapc #'load (mapcar (if (and (featurep 'nativecomp)
+    (mapc #'load (mapcar (if (and (featurep 'native-compile)
                                  (fboundp 'comp-el-to-eln-filename))
                             ;; FIXME: Isn't the elc->eln
                              ;; remapping fully automatic?



reply via email to

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