From 201bc1bdf63326cd21070bf7f5ef3d5fa7976878 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 28 May 2003 11:20:42 +0000 Subject: [PATCH] (Info-index): Add autoload cookie. --- lisp/info.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/info.el b/lisp/info.el index 732fabb32ea..5e895f250d6 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1986,6 +1986,7 @@ parent node." (let ((Info-history nil)) (Info-goto-node (Info-extract-menu-node-name)))) +;;;###autoload (defun Info-index (topic) "Look up a string TOPIC in the index for this file. The index is defined as the first node in the top level menu whose -- 2.39.2