Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5106:8c3671b62dad
Remove #'byte-compile-compiled-obj-to-list, bytecomp.el
2010-03-06 Aidan Kehoe <kehoea@parhasard.net>
* bytecomp.el (byte-compile-compiled-obj-to-list):
Remove this function, printing a compiled object to a string and
then reading back a substring is senseless, just use the
compiled-function slot accessor functions.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 06 Mar 2010 13:44:39 +0000 |
parents | 4129013a3954 |
children | 34b22f7e1815 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Mar 06 00:01:04 2010 -0600 +++ b/lisp/ChangeLog Sat Mar 06 13:44:39 2010 +0000 @@ -1,3 +1,10 @@ +2010-03-06 Aidan Kehoe <kehoea@parhasard.net> + + * bytecomp.el (byte-compile-compiled-obj-to-list): + Remove this function, printing a compiled object to a string and + then reading back a substring is senseless, just use the + compiled-function slot accessor functions. + 2010-03-05 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (delete-duplicates):