aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2011-09-07 10:40:27 -0400
committerChong Yidong2011-09-07 10:40:27 -0400
commit4feb6e7359c345a00e1c8020be444fc6c2e22f1a (patch)
tree17bdee76e5b828a09d40e97e36df63496b23f434
parent91ab9c13bfffea4b4c3634a1782e23da1b0de5b3 (diff)
downloademacs-4feb6e7359c345a00e1c8020be444fc6c2e22f1a.tar.gz
emacs-4feb6e7359c345a00e1c8020be444fc6c2e22f1a.zip
* lisp/help-mode.el (help-mode): Restore autoload.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/help-mode.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2bb7bf0466d..9d9d564fa15 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-09-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * help-mode.el (help-mode): Restore autoload.
4
12011-09-07 Juri Linkov <juri@jurta.org> 52011-09-07 Juri Linkov <juri@jurta.org>
2 6
3 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to 7 * 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...).")
265 'help-function 'customize-create-theme 265 'help-function 'customize-create-theme
266 'help-echo (purecopy "mouse-2, RET: edit this theme file")) 266 'help-echo (purecopy "mouse-2, RET: edit this theme file"))
267 267
268;;;###autoload
268(define-derived-mode help-mode special-mode "Help" 269(define-derived-mode help-mode special-mode "Help"
269 "Major mode for viewing help text and navigating references in it. 270 "Major mode for viewing help text and navigating references in it.
270Entry to this mode runs the normal hook `help-mode-hook'. 271Entry to this mode runs the normal hook `help-mode-hook'.