comparison lisp/ChangeLog @ 28578:cd5e5a4f2561

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 13 Apr 2000 19:42:22 +0000
parents a9671bbcef78
children ea447767fc37
comparison
equal deleted inserted replaced
28577:a9671bbcef78 28578:cd5e5a4f2561
1 2000-04-13 Dave Love <fx@gnu.org>
2
3 * emacs-lisp/trace.el: Change maintainer. Use new backquote
4 syntax.
5
6 * emacs-lisp/cl-specs.el: Remove when, unless.
7
8 * emacs-lisp/cl-extra.el: Don't quote keywords.
9 (cl-old-mapc): New variable.
10 (mapc): Use it.
11 (cl-map-intervals): Use with-current-buffer. Don't check for
12 next-property-change.
13 (cl-map-overlays): Use with-current-buffer.
14 (cl-expt): Remove.
15 (copy-tree, remprop): Define unconditionally.
16
17 * emacs-lisp/cl-compat.el (keywordp): Remove.
18
19 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20 to use keywordp.
21 (edebug-spec): Enable keywordp.
22
23 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
24 string-lessp.
25
26 * cus-start.el: Use keywordp.
27
1 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> 28 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2 29
3 * diary-lib.el (include-other-diary-files): Fix the fix of 30 * diary-lib.el (include-other-diary-files): Fix the fix of
4 2000-02-18 by doing a save-excursion. 31 2000-02-18 by doing a save-excursion.
5 32