From: Lars Ingebrigtsen Date: Fri, 2 Aug 2019 19:25:29 +0000 (+0200) Subject: Make Info-find-file ensure that Info is initialised X-Git-Tag: emacs-27.0.90~1746 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=685a82298ef3686ad4663c5873203e222e864fad;p=emacs.git 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). --- 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