Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5105:d76a51b29d91 | 5106:8c3671b62dad |
---|---|
1 2010-03-06 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * bytecomp.el (byte-compile-compiled-obj-to-list): | |
4 Remove this function, printing a compiled object to a string and | |
5 then reading back a substring is senseless, just use the | |
6 compiled-function slot accessor functions. | |
7 | |
1 2010-03-05 Aidan Kehoe <kehoea@parhasard.net> | 8 2010-03-05 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * cl-macs.el (delete-duplicates): | 10 * cl-macs.el (delete-duplicates): |
4 Correct the logic of this compiler macro when :from-end is nil, | 11 Correct the logic of this compiler macro when :from-end is nil, |
5 avoiding a hang in query-coding-tests.el. Thanks for the reports, | 12 avoiding a hang in query-coding-tests.el. Thanks for the reports, |