branch: externals/elisp-benchmarks commit 0c1eea1c152bbe088559d9dfd0535cb130654afc Author: Andrea Corallo <a...@sdf.org> Commit: Andrea Corallo <a...@sdf.org>
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