changeset 29410:935f96194020

(Info-on-current-buffer): Initialize info.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 04 Jun 2000 23:07:45 +0000
parents be22934d32af
children 232f7e558a38
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Sun Jun 04 22:02:11 2000 +0000
+++ b/lisp/info.el	Sun Jun 04 23:07:45 2000 +0000
@@ -425,6 +425,7 @@
 	     (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))