emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master e7b560c 38/67: swiper.el (swiper--opoint): Fix bad defvar


From: Oleh Krehel
Subject: [elpa] master e7b560c 38/67: swiper.el (swiper--opoint): Fix bad defvar
Date: Sun, 22 Mar 2015 17:34:02 +0000

branch: master
commit e7b560c878fdae4db2d577064a9c60a5c52e3a68
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]