* lisp/help-mode.el (help-mode): Restore autoload.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 7 Sep 2011 14:40:27 +0000 (10:40 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 7 Sep 2011 14:40:27 +0000 (10:40 -0400)
lisp/ChangeLog
lisp/help-mode.el

index 2bb7bf0..9d9d564 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * help-mode.el (help-mode): Restore autoload.
+
 2011-09-07  Juri Linkov  <juri@jurta.org>
 
        * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
index 64c114c..5d67a6c 100644 (file)
@@ -265,6 +265,7 @@ The format is (FUNCTION ARGS...).")
   'help-function 'customize-create-theme
   'help-echo (purecopy "mouse-2, RET: edit this theme file"))
 \f
+;;;###autoload
 (define-derived-mode help-mode special-mode "Help"
   "Major mode for viewing help text and navigating references in it.
 Entry to this mode runs the normal hook `help-mode-hook'.