branch: externals/elisp-benchmarks commit 2f69d7fc227b795b31d586b9de4d9b3ad805b73d Author: Andrea Corallo <a...@sdf.org> Commit: Andrea Corallo <a...@sdf.org>
* Fix for new `native-compile' interface and bump new version * elisp-benchmarks.el: Bump 1.9 version. (elisp-benchmarks-run): Fix for new native-compile interface. --- elisp-benchmarks.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el index ea08db3..7e1d0c3 100644 --- a/elisp-benchmarks.el +++ b/elisp-benchmarks.el @@ -4,7 +4,7 @@ ;; Author: Andrea Corallo <a...@sdf.org> ;; Maintainer: Andrea Corallo <a...@sdf.org> -;; Version: 1.8 +;; Version: 1.9 ;; Keywords: languages, lisp ;; Package-Type: multi ;; Created: 2019-01-12 @@ -104,7 +104,7 @@ RECOMPILE all the benchmark folder when non nil." (when recompile (mapc (lambda (f) (message "Compiling... %s" f) - (funcall compile-function f t)) + (funcall compile-function f)) sources)) ;; Load (mapc #'load (mapcar (if native-comp