From bd041acef29c924bab0dbbf77f477a0c3fbdf1f2 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 6 Dec 1999 13:12:38 +0000 Subject: [PATCH] (apropos-mode): Add autoload cookie. --- lisp/apropos.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/apropos.el b/lisp/apropos.el index 19a8aab206b..61cc0fda3f0 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -125,6 +125,7 @@ for the regexp; the part that matches gets displayed in this font." (defvar apropos-item () "Current item in or for apropos-accumulator.") +;;;###autoload (defun apropos-mode () "Major mode for following hyperlinks in output of apropos commands. -- 2.39.5