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

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

[elpa] externals/elisp-benchmarks 0c1eea1 2/3: Loop style nit in bubble-


From: Andrea Corallo
Subject: [elpa] externals/elisp-benchmarks 0c1eea1 2/3: Loop style nit in bubble-no-cons
Date: Thu, 20 Feb 2020 11:00:04 -0500 (EST)

branch: externals/elisp-benchmarks
commit 0c1eea1c152bbe088559d9dfd0535cb130654afc
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    Loop style nit in bubble-no-cons
---
 benchmarks/bubble-no-cons.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/bubble-no-cons.el b/benchmarks/bubble-no-cons.el
index 012a32c..85bd8f5 100644
--- a/benchmarks/bubble-no-cons.el
+++ b/benchmarks/bubble-no-cons.el
@@ -35,7 +35,7 @@
                    when (and b (> a b))
                      do (setcar x b)
                         (setcar (cdr x) a)
-                   finally (return list))))
+                   finally return list)))
 
 (defun elb-bubble-no-cons-entry ()
   (cl-loop repeat 200



reply via email to

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