From 49b070d7da7d3bc9bc6338ba75444c29331a9ace Mon Sep 17 00:00:00 2001 From: fabacino Date: Fri, 4 Aug 2017 11:36:27 +0200 Subject: [PATCH] avy-test.el: Fix checkdoc warnings --- avy-test.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/avy-test.el b/avy-test.el index 339d8a0..bb03599 100644 --- a/avy-test.el +++ b/avy-test.el @@ -66,3 +66,7 @@ (108 (97 leaf . 8) (115 leaf . 9) (100 leaf . 10)))))) + +(provide 'avy-test) + +;;; avy-test.el ends here