]> git.eshelyaron.com Git - emacs.git/commitdiff
(defgroup comment): Remove autoload cookie.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 12 Nov 2002 00:11:30 +0000 (00:11 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 12 Nov 2002 00:11:30 +0000 (00:11 +0000)
lisp/ChangeLog
lisp/newcomment.el

index 108f3734c97bac110f605e0f67ef05edf1903039..a62d7a4a76c8822c6280a5e9185259ec035239fd 100644 (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):
index b44f63db903c8f2b5b885d57067e98339a13e026..52f9544a7fdaa7a5b2956272dc7d820fb7f8d262 100644 (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-"