Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5099:a24f2ab0093b
Avoid the query-coding-tests.el hang, by fixing a logic bug.
2010-03-05 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (delete-duplicates):
Correct the logic of this compiler macro when :from-end is nil,
avoiding a hang in query-coding-tests.el. Thanks for the reports,
Vin and Mats!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 05 Mar 2010 15:11:52 +0000 |
parents | e402e3506a53 |
children | 4129013a3954 |
comparison
equal
deleted
inserted
replaced
5098:e402e3506a53 | 5099:a24f2ab0093b |
---|---|
1 2010-03-05 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (delete-duplicates): | |
4 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, | |
6 Vin and Mats! | |
7 | |
1 2010-03-04 Aidan Kehoe <kehoea@parhasard.net> | 8 2010-03-04 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * make-docfile.el (process-args): | 10 * make-docfile.el (process-args): |
4 Use #'subseq here, not #'substring, fixing the native Windows | 11 Use #'subseq here, not #'substring, fixing the native Windows |
5 build. Thank you for the error report, Vin! | 12 build. Thank you for the error report, Vin! |