aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/info.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el
index c8115ce957..4a2cca279c 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -425,6 +425,7 @@ else defaults to `Top'."
(completing-read "Node name: " (Info-build-node-completions)
nil t "Top")
"Top")))
+ (info-initialize)
(Info-mode)
(set (make-local-variable 'Info-current-file) t)
(Info-find-node-2 nil nodename))