diff lisp/apropos.el @ 26719:8a6fd8991465

(apropos-mode): Add autoload cookie.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 06 Dec 1999 13:12:38 +0000
parents bb28bbb732db
children a6e1babce2a1
line wrap: on
line diff
--- a/lisp/apropos.el	Mon Dec 06 13:09:10 1999 +0000
+++ b/lisp/apropos.el	Mon Dec 06 13:12:38 1999 +0000
@@ -125,6 +125,7 @@
 (defvar apropos-item ()
   "Current item in or for apropos-accumulator.")
 
+;;;###autoload
 (defun apropos-mode ()
   "Major mode for following hyperlinks in output of apropos commands.