From: Chong Yidong Date: Wed, 7 Sep 2011 14:40:27 +0000 (-0400) Subject: * lisp/help-mode.el (help-mode): Restore autoload. X-Git-Tag: emacs-pretest-24.0.90~104^2~139 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4feb6e7359c345a00e1c8020be444fc6c2e22f1a;p=emacs.git * lisp/help-mode.el (help-mode): Restore autoload. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2bb7bf0466d..9d9d564fa15 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-09-07 Chong Yidong + + * help-mode.el (help-mode): Restore autoload. + 2011-09-07 Juri Linkov * progmodes/compile.el (compilation-start): Let-bind `thisenv' to diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 64c114c993d..5d67a6c4f4c 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -265,6 +265,7 @@ The format is (FUNCTION ARGS...).") 'help-function 'customize-create-theme 'help-echo (purecopy "mouse-2, RET: edit this theme file")) +;;;###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'.