Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5229:7d06a8bf47d2
Move #'purecopy from alloc.c to being an obsolete alias for #'identity
lisp/ChangeLog addition:
2010-06-08 Aidan Kehoe <kehoea@parhasard.net>
* paragraphs.el (sentence-end):
* gtk-faces.el:
* custom.el (custom-declare-variable):
Remove all core code calls to #'purecopy.
* obsolete.el (purecopy):
Make the function itself an obsolete alias to #'identity.
src/ChangeLog addition:
2010-06-08 Aidan Kehoe <kehoea@parhasard.net>
* alloc.c (Fpurecopy):
Moved to obsolete.el as an alias for #'identity, marked obsolete.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 08 Jun 2010 15:58:47 +0100 |
parents | 5efbd1253905 |
children | 0f7d483cff5a |
comparison
equal
deleted
inserted
replaced
5228:5efbd1253905 | 5229:7d06a8bf47d2 |
---|---|
1 2010-06-08 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * alloc.c (Fpurecopy): | |
4 Moved to obsolete.el as an alias for #'identity, marked obsolete. | |
5 | |
1 2010-06-06 Aidan Kehoe <kehoea@parhasard.net> | 6 2010-06-06 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * fns.c (Freduce): | 8 * fns.c (Freduce): |
4 Move this here from cl-seq.el, avoiding the need to cons. This | 9 Move this here from cl-seq.el, avoiding the need to cons. This |
5 has been tested using Paul Dietz' test suite, and everything | 10 has been tested using Paul Dietz' test suite, and everything |