Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jun 07 18:42:10 2010 +0100 +++ b/lisp/ChangeLog Tue Jun 08 15:58:47 2010 +0100 @@ -1,3 +1,12 @@ +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. + 2010-06-06 Aidan Kehoe <kehoea@parhasard.net> * cl-seq.el (reduce):