summaryrefslogtreecommitdiff
path: root/helm-regexp.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-08-23 10:28:12 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-08-23 10:28:12 +0200
commit7ee4a43209f1e89a551157dc6265e3386f54bbd5 (patch)
tree0e6560a939e6f2fd51833923d296567701e1abbf /helm-regexp.el
parent875f0a2396c6dcee13be17eec4b507a908f2953e (diff)
Shutup byte compiler when installing from melpa.
Declare function and var from helm-multi-match.
Diffstat (limited to 'helm-regexp.el')
-rw-r--r--helm-regexp.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helm-regexp.el b/helm-regexp.el
index 7ccb4b3c..6376c726 100644
--- a/helm-regexp.el
+++ b/helm-regexp.el
@@ -23,6 +23,8 @@
(require 'helm-utils)
(require 'helm-plugin)
+(declare-function helm-mm-split-pattern "helm-multi-match")
+
(defgroup helm-regexp nil
"Regexp related Applications and libraries for Helm."