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

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

[elpa] externals/elisp-benchmarks 2f69d7f 2/2: * Fix for new `native-com


From: Andrea Corallo
Subject: [elpa] externals/elisp-benchmarks 2f69d7f 2/2: * Fix for new `native-compile' interface and bump new version
Date: Fri, 20 Nov 2020 13:21:53 -0500 (EST)

branch: externals/elisp-benchmarks
commit 2f69d7fc227b795b31d586b9de4d9b3ad805b73d
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@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 <akrl@sdf.org>
 ;; Maintainer: Andrea Corallo <akrl@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



reply via email to

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