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).
This commit is contained in:
Lars Ingebrigtsen 2019-08-02 21:25:29 +02:00
parent 1b82cc0105
commit 685a82298e

View file

@ -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