From: Gerd Moellmann Date: Mon, 6 Dec 1999 13:12:38 +0000 (+0000) Subject: (apropos-mode): Add autoload cookie. X-Git-Tag: emacs-pretest-21.0.90~5874 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd041acef29c924bab0dbbf77f477a0c3fbdf1f2;p=emacs.git (apropos-mode): Add autoload cookie. --- 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.