Skip to content

Commit

Permalink
Initialize Info-directory-list (#2118)
Browse files Browse the repository at this point in the history
* helm-info.el (helm-get-info-files): Do it.
  • Loading branch information
thierryvolpiatto committed Dec 20, 2018
1 parent 427a7bc commit 1959fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm-info.el
Expand Up @@ -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)
Expand Down

0 comments on commit 1959fed

Please sign in to comment.