Mercurial > hg > xemacs-beta
comparison lisp/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 | 4c56e7c6a704 |
comparison
equal
deleted
inserted
replaced
5228:5efbd1253905 | 5229:7d06a8bf47d2 |
---|---|
1 2010-06-08 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * paragraphs.el (sentence-end): | |
4 * gtk-faces.el: | |
5 * custom.el (custom-declare-variable): | |
6 Remove all core code calls to #'purecopy. | |
7 * obsolete.el (purecopy): | |
8 Make the function itself an obsolete alias to #'identity. | |
9 | |
1 2010-06-06 Aidan Kehoe <kehoea@parhasard.net> | 10 2010-06-06 Aidan Kehoe <kehoea@parhasard.net> |
2 | 11 |
3 * cl-seq.el (reduce): | 12 * cl-seq.el (reduce): |
4 Move this to fns.c. | 13 Move this to fns.c. |
5 | 14 |