branch: externals/elisp-benchmarks
commit 03e668caf878c9b9780356e447e3fd85e0696f77
Author: Andrea Corallo <acora...@gnu.org>
Commit: Andrea Corallo <acora...@gnu.org>

    * benchmarks/bubble-no-cons.el (elb-bubble-no-cons): Fix provide.
---
 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 85bd8f5947..d5a5679c11 100644
--- a/benchmarks/bubble-no-cons.el
+++ b/benchmarks/bubble-no-cons.el
@@ -42,4 +42,4 @@
           for l = (copy-sequence elb-bubble-list)
           do (elb-bubble-no-cons l)))
 
-(provide 'elb-bubble)
+(provide 'elb-bubble-no-cons)

Reply via email to