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

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

[elpa] master 7ff3dd9 35/67: Need to check value of variable


From: Oleh Krehel
Subject: [elpa] master 7ff3dd9 35/67: Need to check value of variable
Date: Sun, 22 Mar 2015 17:34:01 +0000

branch: master
commit 7ff3dd9ce87c5d118811951ea2f49660e4e52859
Author: killdash9 <killdash9>
Commit: killdash9 <killdash9>

    Need to check value of variable
---
 swiper.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/swiper.el b/swiper.el
index 8975136..af6dc04 100644
--- a/swiper.el
+++ b/swiper.el
@@ -119,7 +119,7 @@
 When non-nil, INITIAL-INPUT is the initial search pattern."
   (interactive)
   (setq swiper--opoint (point))
-  (if (and (eq 'swiper-completion-method 'helm)
+  (if (and (eq swiper-completion-method 'helm)
            (featurep 'helm))
       (swiper--helm initial-input)
     (swiper--ivy initial-input)))



reply via email to

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