(defgroup comment): Remove autoload cookie.

This commit is contained in:
Markus Rost 2002-11-12 00:11:30 +00:00
parent 007f562826
commit 513bcaece9
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,12 @@
2002-11-12 Markus Rost <rost@math.ohio-state.edu>
* ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
* hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
Remove autoload cookie.
* newcomment.el (defgroup comment): Remove autoload cookie.
2002-11-11 Markus Rost <rost@math.ohio-state.edu>
* mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):

View file

@ -73,7 +73,6 @@
;;;###autoload
(defalias 'indent-new-comment-line 'comment-indent-new-line)
;;;###autoload
(defgroup comment nil
"Indenting and filling of comments."
:prefix "comment-"