emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 685a822: Make Info-find-file ensure that Info is in


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 685a822: Make Info-find-file ensure that Info is initialised
Date: Fri, 2 Aug 2019 15:25:35 -0400 (EDT)

branch: master
commit 685a82298ef3686ad4663c5873203e222e864fad
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 cc18ea1..1690973 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]