emacs-diffs
[Top][All Lists]
Advanced

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

scratch/elisp-benchmarks 6326535d976 22/54: * Fix for new `native-compil


From: Pip Cet
Subject: scratch/elisp-benchmarks 6326535d976 22/54: * Fix for new `native-compile' interface and bump new version
Date: Mon, 30 Dec 2024 22:40:42 -0500 (EST)

branch: scratch/elisp-benchmarks
commit 6326535d976969b94bde5b044c99452480472a8e
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/elisp-benchmarks.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/elisp-benchmarks/elisp-benchmarks.el 
b/elisp-benchmarks/elisp-benchmarks.el
index ea08db378dc..7e1d0c32241 100644
--- a/elisp-benchmarks/elisp-benchmarks.el
+++ b/elisp-benchmarks/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]