From: Markus Rost Date: Tue, 12 Nov 2002 00:11:30 +0000 (+0000) Subject: (defgroup comment): Remove autoload cookie. X-Git-Tag: ttn-vms-21-2-B4~12508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=513bcaece93e539a5f71923da56817be4ae52a81;p=emacs.git (defgroup comment): Remove autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 108f3734c97..a62d7a4a76c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-11-12 Markus Rost + + * 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 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button): diff --git a/lisp/newcomment.el b/lisp/newcomment.el index b44f63db903..52f9544a7fd 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -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-"