branch: master
commit e7b560c878fdae4db2d577064a9c60a5c52e3a68
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
swiper.el (swiper--opoint): Fix bad defvar
---
swiper.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/swiper.el b/swiper.el
index 4a01239..23d8406 100644
--- a/swiper.el
+++ b/swiper.el
@@ -110,7 +110,7 @@
map)
"Allows you to go to next and previous hit isearch-style.")
-(defvar swiper--opoint
+(defvar swiper--opoint 1
"The point when `swiper' starts.")
;;;###autoload