# HG changeset patch # User Stefan Monnier # Date 960160065 0 # Node ID 935f961940207b77e700e65e6e5c0ff3d0902de7 # Parent be22934d32af3ff3f47c1da3b9bbba106ea8f6fb (Info-on-current-buffer): Initialize info. diff -r be22934d32af -r 935f96194020 lisp/info.el --- 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))