Mercurial > emacs
changeset 30088:2ed241fb45f7
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 05 Jul 2000 22:07:21 +0000 |
parents | 1b5db0f1b8b7 |
children | f7f64f1ccc38 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jul 05 22:06:25 2000 +0000 +++ b/lisp/ChangeLog Wed Jul 05 22:07:21 2000 +0000 @@ -1,10 +1,18 @@ +2000-07-05 Stefan Monnier <monnier@cs.yale.edu> + + * emacs-lisp/lucid.el: Require CL. + (copy-tree, remprop): Remove, it's provided by CL. + (map-keymap): Define in terms of cl-map-keymap. + (extent-property, set-extent-end-glyph): New functions. + + * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables. + 2000-07-05 Gerd Moellmann <gerd@gnu.org> * Makefile.in (DONTCOMPILE): Add comment that the name may not be changed without changing the make-dist script. - * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias - mapc. + * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. (cl-mapc): Use mapc instead of cl-old-mapc. 2000-07-05 Andrew Innes <andrewi@gnu.org>