]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Thu, 13 Apr 2000 19:42:22 +0000 (19:42 +0000)
committerDave Love <fx@gnu.org>
Thu, 13 Apr 2000 19:42:22 +0000 (19:42 +0000)
lisp/ChangeLog

index 612ca2c99e6fb73febb2182788a6be2f75db33f2..fbd50ef9f9cdecff91537f75302a3428182c8543 100644 (file)
@@ -1,3 +1,30 @@
+2000-04-13  Dave Love  <fx@gnu.org>
+
+       * emacs-lisp/trace.el: Change maintainer.  Use new backquote
+       syntax.
+
+       * emacs-lisp/cl-specs.el: Remove when, unless.
+
+       * emacs-lisp/cl-extra.el: Don't quote keywords.
+       (cl-old-mapc): New variable.
+       (mapc): Use it.
+       (cl-map-intervals): Use with-current-buffer.  Don't check for
+       next-property-change.
+       (cl-map-overlays): Use with-current-buffer.
+       (cl-expt): Remove.
+       (copy-tree, remprop): Define unconditionally.
+
+       * emacs-lisp/cl-compat.el (keywordp): Remove.
+
+       * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
+       to use keywordp.
+       (edebug-spec): Enable keywordp.
+
+       * cus-edit.el (custom-sort-items): Avoid symbol-name with new
+       string-lessp.
+
+       * cus-start.el: Use keywordp.
+
 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
 
        * diary-lib.el (include-other-diary-files): Fix the fix of