summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-07-12 14:50:11 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-07-12 14:50:11 +0200
commit5cb813da9df0a50a008734a7170c4ae3e06f240b (patch)
tree2e84a75418fb35120a4613d38c0b917663e0e1d0
parent74ef5470ba97278c6dfd6385197a9f1ddcb1b37c (diff)
Stop requiring helm-plugin.
-rw-r--r--helm-buffers.el1
-rw-r--r--helm-info.el1
-rw-r--r--helm-regexp.el1
3 files changed, 0 insertions, 3 deletions
diff --git a/helm-buffers.el b/helm-buffers.el
index 40c1b13f..83c5288c 100644
--- a/helm-buffers.el
+++ b/helm-buffers.el
@@ -23,7 +23,6 @@
(require 'helm-utils)
(require 'helm-elscreen)
(require 'helm-grep)
-(require 'helm-plugin)
(require 'helm-regexp)
(require 'helm-help)
diff --git a/helm-info.el b/helm-info.el
index ecc8b3ca..e63b3f1c 100644
--- a/helm-info.el
+++ b/helm-info.el
@@ -20,7 +20,6 @@
(require 'cl-lib)
(require 'helm)
(require 'helm-lib)
-(require 'helm-plugin)
(require 'info)
(declare-function Info-index-nodes "info" (&optional file))
diff --git a/helm-regexp.el b/helm-regexp.el
index 13a5623d..410b16de 100644
--- a/helm-regexp.el
+++ b/helm-regexp.el
@@ -21,7 +21,6 @@
(require 'helm)
(require 'helm-help)
(require 'helm-utils)
-(require 'helm-plugin)
(declare-function helm-mm-split-pattern "helm-multi-match")