branch: externals/elisp-benchmarks commit 1b9b2c5ecc6a8c0bff9fc98ded4cc0fec0984b94 Author: Andrea Corallo <a...@sdf.org> Commit: Andrea Corallo <a...@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?