summaryrefslogtreecommitdiff
path: root/helm-semantic.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-semantic.el
parent4092cafe596cb6bbeef5147ed880b8726dde360f (diff)
Require helm-help in several places.
Diffstat (limited to 'helm-semantic.el')
-rw-r--r--helm-semantic.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index 8ec1f079..13801826 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -24,6 +24,7 @@
(require 'cl-lib)
(require 'semantic)
+(require 'helm-help)
(require 'helm-imenu)
(declare-function pulse-momentary-highlight-one-line "pulse.el" (point &optional face))