summaryrefslogtreecommitdiff
path: root/helm-info.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-15 07:29:15 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-15 07:29:15 +0200
commit44c2dc32201949bb86b4f1e8f30169bb40a6ee92 (patch)
treed55a18be7a136b6a06bea882c46489ab5f05accb /helm-info.el
parent9e9d68afb4cdf4dc94d36d08585454632dfa7a30 (diff)
Requires helm-utils in helm-info (thanks Robert)
* helm-info.el (helm-utils): Require it.
Diffstat (limited to 'helm-info.el')
-rw-r--r--helm-info.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-info.el b/helm-info.el
index 6df8e481..912c7174 100644
--- a/helm-info.el
+++ b/helm-info.el
@@ -20,6 +20,7 @@
(require 'cl-lib)
(require 'helm)
(require 'helm-lib)
+(require 'helm-utils)
(require 'info)
(declare-function Info-index-nodes "info" (&optional file))