Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5111:34b22f7e1815
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 06 Mar 2010 21:14:08 -0600 |
parents | b24cf478a45e 8c3671b62dad |
children | b2dcf6a6d8ab 4f4672e2aa34 |
comparison
equal
deleted
inserted
replaced
5110:b24cf478a45e | 5111:34b22f7e1815 |
---|---|
4 * test-harness.el (test-harness-backtrace): New. | 4 * test-harness.el (test-harness-backtrace): New. |
5 * test-harness.el (test-harness-assertion-failure-do-debug): | 5 * test-harness.el (test-harness-assertion-failure-do-debug): |
6 * test-harness.el (test-harness-unexpected-error-do-debug): | 6 * test-harness.el (test-harness-unexpected-error-do-debug): |
7 Use the print settings from edebug.el to make backtraces not | 7 Use the print settings from edebug.el to make backtraces not |
8 be so huge. | 8 be so huge. |
9 | |
10 2010-03-06 Aidan Kehoe <kehoea@parhasard.net> | |
11 | |
12 * bytecomp.el (byte-compile-compiled-obj-to-list): | |
13 Remove this function, printing a compiled object to a string and | |
14 then reading back a substring is senseless, just use the | |
15 compiled-function slot accessor functions. | |
9 | 16 |
10 2010-03-05 Aidan Kehoe <kehoea@parhasard.net> | 17 2010-03-05 Aidan Kehoe <kehoea@parhasard.net> |
11 | 18 |
12 * cl-macs.el (delete-duplicates): | 19 * cl-macs.el (delete-duplicates): |
13 Correct the logic of this compiler macro when :from-end is nil, | 20 Correct the logic of this compiler macro when :from-end is nil, |