emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107417: * lisp/newcomment.el (commen


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107417: * lisp/newcomment.el (comment-styles): Add autoload.
Date: Sat, 25 Feb 2012 11:08:39 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107417
fixes bug(s): http://debbugs.gnu.org/10868
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-25 11:08:39 +0800
message:
  * lisp/newcomment.el (comment-styles): Add autoload.
modified:
  lisp/ChangeLog
  lisp/newcomment.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-25 03:01:11 +0000
+++ b/lisp/ChangeLog    2012-02-25 03:08:39 +0000
@@ -1,5 +1,7 @@
 2012-02-25  Chong Yidong  <address@hidden>
 
+       * newcomment.el (comment-styles): Add autoload (Bug#10868).
+
        * term/x-win.el (x-initialize-window-system): Reduce default for
        x-selection-timeout to 5 seconds (Bug#8869).
 

=== modified file 'lisp/newcomment.el'
--- a/lisp/newcomment.el        2012-02-21 14:48:13 +0000
+++ b/lisp/newcomment.el        2012-02-25 03:08:39 +0000
@@ -185,6 +185,7 @@
 This should generally stay 0, except for a few modes like Lisp where
 it is 1 so that regions are commented with two or three semi-colons.")
 
+;;;###autoload
 (defconst comment-styles
   '((plain      nil nil nil nil
                 "Start in column 0 (do not indent), as in Emacs-20")


reply via email to

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