diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-12 00:11:30 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-12 00:11:30 +0000 |
commit | 513bcaece93e539a5f71923da56817be4ae52a81 (patch) | |
tree | f7a38b2484463a1c063be7ac4b3ebc2b1fbaee33 /lisp/newcomment.el | |
parent | 007f562826e8aaa8dc87d05c77d6645d74710205 (diff) | |
download | emacs-513bcaece93e539a5f71923da56817be4ae52a81.tar.gz |
(defgroup comment): Remove autoload cookie.
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r-- | lisp/newcomment.el | 1 |
1 files changed, 0 insertions, 1 deletions
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-" |