From: Stefan Monnier Date: Thu, 25 May 2000 20:28:00 +0000 (+0000) Subject: Fix keywords. X-Git-Tag: emacs-pretest-21.0.90~3694 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=931d0724ddc6f486b400ea3a6a6d7d48581fa52a;p=emacs.git Fix keywords. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb976d468d2..ca2dda060f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2000-05-25 Stefan Monnier + + * 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 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete diff --git a/lisp/derived.el b/lisp/derived.el index cdb3c505a01..ee6a3529c11 100644 --- a/lisp/derived.el +++ b/lisp/derived.el @@ -5,7 +5,7 @@ ;; Author: David Megginson (dmeggins@aix1.uottawa.ca) ;; Maintainer: FSF -;; Keywords: extensions +;; Keywords: obsolete ;; This file is part of GNU Emacs.