From 685a82298ef3686ad4663c5873203e222e864fad Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 2 Aug 2019 21:25:29 +0200 Subject: [PATCH] Make Info-find-file ensure that Info is initialised * lisp/info.el (Info-find-file): Ensure that Info is initialised, because libraries call that function (bug#19880). --- lisp/info.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/info.el b/lisp/info.el index cc18ea11f33..16909736f8d 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -882,6 +882,7 @@ just return nil (no error). If NO-POP-TO-DIR, don't try to pop to the info buffer if we can't find a node." + (info-initialize) ;; Convert filename to lower case if not found as specified. ;; Expand it. (cond -- 2.39.2