]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/newcomment.el (comment-styles): Add autoload.
authorChong Yidong <cyd@gnu.org>
Sat, 25 Feb 2012 03:08:39 +0000 (11:08 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 25 Feb 2012 03:08:39 +0000 (11:08 +0800)
Fixes: debbugs:10868
lisp/ChangeLog
lisp/newcomment.el

index 3dbed71d4b51b4ac3fb70c1d989137a3dfa3969d..5351f8f5e4f996c63fbde5a71252e136795ba1c4 100644 (file)
@@ -1,5 +1,7 @@
 2012-02-25  Chong Yidong  <cyd@gnu.org>
 
+       * 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).
 
index 41b5041ded56b286e6b0c346c041bac931449c92..ddb6c71d1a6c8ea5a4ae0f5f7d1c7888172a6da2 100644 (file)
@@ -185,6 +185,7 @@ The `plain' comment style doubles this value.
 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")