summaryrefslogtreecommitdiff
path: root/helm-info.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-12-20 12:45:37 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-12-20 12:48:18 +0100
commit1959fed210bd575608e837ec251b8785ead03533 (patch)
tree7d774c9403ed2469346edad9dbbb431a6699dfcb /helm-info.el
parent427a7bc15c203356ef19d1ad1f1f7975c9c6150a (diff)
Initialize Info-directory-list (#2118)
* helm-info.el (helm-get-info-files): Do 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 b5216c41..60c57c94 100644
--- a/helm-info.el
+++ b/helm-info.el
@@ -149,6 +149,7 @@ Elements of the list are strings of Info file names without
extensions (e.g. \"emacs\" for file \"emacs.info.gz\"). Info
files are found by searching directories in
`Info-directory-list'."
+ (info-initialize) ; Build Info-directory-list from INFOPATH (Issue #2118)
(let ((files (cl-loop for d in (or Info-directory-list
Info-default-directory-list)
when (file-directory-p d)