* lisp/newcomment.el (comment-styles): Add autoload.

Fixes: debbugs:10868
This commit is contained in:
Chong Yidong 2012-02-25 11:08:39 +08:00
parent 3c9dfce6da
commit 1339bf4302
2 changed files with 3 additions and 0 deletions

View 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).

View 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")