Fix keywords.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 May 2000 20:28:00 +0000 (20:28 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 May 2000 20:28:00 +0000 (20:28 +0000)
lisp/ChangeLog
lisp/derived.el

index cb976d4..ca2dda0 100644 (file)
@@ -1,3 +1,22 @@
+2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * derived.el: Fix keywords.
+
+       * simple.el (fill-comment, comment-column, comment-start)
+       (comment-start-skip, comment-end, comment-indent-function)
+       (block-comment-start, block-comment-end, indent-for-comment)
+       (set-comment-column, kill-comment, comment-padding, comment-region)
+       (comment-multi-line, indent-new-comment-line): Remove.
+
+       * bindings.el (esc-map): Change ; to comment-dwim and use the new
+       function names for comment operations.
+
+       * newcomment.el: Add abundant autoload cookies.
+       (comment-style): Don't depend on runtime data at compile-time.
+       (comment-indent-hook): Remove.
+       (comment-indent): Check if comment-indent-hook is bound.
+       (comment-region): Docstring fix.
+
 2000-05-25  Dave Love  <fx@gnu.org>
 
        * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
index cdb3c50..ee6a352 100644 (file)
@@ -5,7 +5,7 @@
 
 ;; Author: David Megginson (dmeggins@aix1.uottawa.ca)
 ;; Maintainer: FSF
-;; Keywords: extensions
+;; Keywords: obsolete
 
 ;; This file is part of GNU Emacs.