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

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

[elpa] master 7bb5320 42/67: swiper.el (swiper--helm): Require helm-matc


From: Oleh Krehel
Subject: [elpa] master 7bb5320 42/67: swiper.el (swiper--helm): Require helm-match-plugin
Date: Sun, 22 Mar 2015 17:34:04 +0000

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

    swiper.el (swiper--helm): Require helm-match-plugin
    
    This seems to be necessary after a recent helm update.
---
 swiper.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/swiper.el b/swiper.el
index 10f06a4..6d889dd 100644
--- a/swiper.el
+++ b/swiper.el
@@ -158,6 +158,7 @@ When non-nil, INITIAL-INPUT is the initial search pattern."
 When non-nil, INITIAL-INPUT is the initial search pattern."
   (interactive)
   (require 'helm)
+  (require 'helm-match-plugin)
   (swiper--init)
   (unwind-protect
        (let ((helm-display-function



reply via email to

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