emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105679: * lisp/help-mode.el (help-mo


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105679: * lisp/help-mode.el (help-mode): Restore autoload.
Date: Wed, 07 Sep 2011 10:40:27 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105679
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2011-09-07 10:40:27 -0400
message:
  * lisp/help-mode.el (help-mode): Restore autoload.
modified:
  lisp/ChangeLog
  lisp/help-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-07 12:17:54 +0000
+++ b/lisp/ChangeLog    2011-09-07 14:40:27 +0000
@@ -1,3 +1,7 @@
+2011-09-07  Chong Yidong  <address@hidden>
+
+       * help-mode.el (help-mode): Restore autoload.
+
 2011-09-07  Juri Linkov  <address@hidden>
 
        * progmodes/compile.el (compilation-start): Let-bind `thisenv' to

=== modified file 'lisp/help-mode.el'
--- a/lisp/help-mode.el 2011-08-28 18:58:16 +0000
+++ b/lisp/help-mode.el 2011-09-07 14:40:27 +0000
@@ -265,6 +265,7 @@
   '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'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]