summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-14 15:43:45 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-14 15:43:45 +0200
commit787e66f817231dc46f314c1e9a985b0bd47e3ca0 (patch)
treed9b205340f23bbc6e8f769a18cab00937cf20ab2 /helm-dabbrev.el
parent4092cafe596cb6bbeef5147ed880b8726dde360f (diff)
Require helm-help in several places.
Diffstat (limited to 'helm-dabbrev.el')
-rw-r--r--helm-dabbrev.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-dabbrev.el b/helm-dabbrev.el
index 08b525b9..72928ab2 100644
--- a/helm-dabbrev.el
+++ b/helm-dabbrev.el
@@ -18,6 +18,7 @@
;;; Code:
(require 'helm)
+(require 'helm-help)
(require 'helm-elisp) ; For show-completion.
(defgroup helm-dabbrev nil