]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-on-current-buffer): Initialize info.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 4 Jun 2000 23:07:45 +0000 (23:07 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 4 Jun 2000 23:07:45 +0000 (23:07 +0000)
lisp/info.el

index c8115ce957b6b8e39aa3fc35560fa4a7eba6cd9c..4a2cca279c44cabd8f21257be2b9df17147f8db4 100644 (file)
@@ -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))