summaryrefslogtreecommitdiff
path: root/helm-source.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-09 08:56:23 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-09 08:56:23 +0200
commitcdab783494f55218adf34984e59b03f1289c32e1 (patch)
tree3e790dcfe9221e1b1ad56a1c0541406ca4a58553 /helm-source.el
parent8af3171465af6861441ee52d10000244fa83d36d (diff)
* helm-source.el: Declare vars (will be needed later).
Diffstat (limited to 'helm-source.el')
-rw-r--r--helm-source.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/helm-source.el b/helm-source.el
index 42c2c54b..78b6ba19 100644
--- a/helm-source.el
+++ b/helm-source.el
@@ -959,6 +959,9 @@ Arguments ARGS are keyword value pairs as defined in CLASS."
(helm--setup-source source)
(helm--create-source source)))
+(defvar helm-mp-default-search-functions)
+(defvar helm-mp-default-match-functions)
+
(defun helm-source-mp-get-search-or-match-fns (source method)
(require 'helm-match-plugin)
(let ((searchers (and (eq method 'search)