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:
parent
1b82cc0105
commit
685a82298e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue