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

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

[elpa] externals/elisp-benchmarks 0eb498f77b: * elisp-benchmarks.el (nat


From: Andrea Corallo
Subject: [elpa] externals/elisp-benchmarks 0eb498f77b: * elisp-benchmarks.el (native-comp-speed, compilation-safety): Fix warning.
Date: Wed, 15 May 2024 14:39:53 -0400 (EDT)

branch: externals/elisp-benchmarks
commit 0eb498f77b5078849231468848ad73185989185e
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * elisp-benchmarks.el (native-comp-speed, compilation-safety): Fix warning.
---
 elisp-benchmarks.el | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el
index c801416989..abbce4d236 100644
--- a/elisp-benchmarks.el
+++ b/elisp-benchmarks.el
@@ -47,11 +47,8 @@
 (require 'outline)
 (require 'org)
 (require 'bytecomp)
-(if (featurep 'native-compile)
-    (require 'comp)
-  (defvar native-comp-speed))
-(unless (boundp 'compilation-safety)
-  (defvar compilation-safety))
+(defvar native-comp-speed)
+(defvar compilation-safety)
 
 (defgroup elb nil
   "Emacs Lisp benchmarks."



reply via email to

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