From 1959fed210bd575608e837ec251b8785ead03533 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Thu, 20 Dec 2018 12:45:37 +0100 Subject: [PATCH] Initialize Info-directory-list (#2118) * helm-info.el (helm-get-info-files): Do it. --- helm-info.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-info.el b/helm-info.el index b5216c410..60c57c946 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)