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

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

[elpa] master 9679bd7 46/54: swiper.el (swiper--ivy): Remove obsolete ve


From: Oleh Krehel
Subject: [elpa] master 9679bd7 46/54: swiper.el (swiper--ivy): Remove obsolete version check
Date: Tue, 29 Sep 2015 14:10:08 +0000

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

    swiper.el (swiper--ivy): Remove obsolete version check
---
 swiper.el |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/swiper.el b/swiper.el
index cd13b8c..be0ca11 100644
--- a/swiper.el
+++ b/swiper.el
@@ -259,9 +259,6 @@ there have line numbers. In the buffer, `ivy--regex' should 
be used."
   "`isearch' with an overview using `ivy'.
 When non-nil, INITIAL-INPUT is the initial search pattern."
   (interactive)
-  (unless (eq (length (help-function-arglist 'ivy-read)) 4)
-    (warn "You seem to be using the outdated stand-alone \"ivy\" package.
-Please remove it and update the \"swiper\" package."))
   (swiper--init)
   (let ((candidates (swiper--candidates))
         (preselect (buffer-substring-no-properties



reply via email to

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