branch: master
commit 1c0b30b8dbf9e665b7f2acf285464252c8d68eee
Author: Syohei YOSHIDA <syo...@gmail.com>
Commit: Syohei YOSHIDA <syo...@gmail.com>

    add autoload cookie for lazy loading
---
 swiper.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/swiper.el b/swiper.el
index f728161..a19e1f0 100644
--- a/swiper.el
+++ b/swiper.el
@@ -96,6 +96,7 @@
         (zerop (forward-line 1)))
       (nreverse candidates))))
 
+;;;###autoload
 (defun swiper ()
   "Interactive `occur' using `helm'."
   (interactive)

Reply via email to