comparison tests/ChangeLog @ 5329:7b391d07b334

Tweak a few compiler macros for functions in cl-seq.el. lisp/ChangeLog addition: 2011-01-02 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (define-star-compiler-macros): Make sure the form has ITEM and LIST specified before attempting to change to calls with explicit tests; necessary for some tests in lisp-tests.el to compile correctly. (stable-union, stable-intersection): Add compiler macros for these functions, in the same way we do for most of the other functions in cl-seq.el. tests/ChangeLog addition: 2011-01-02 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el (test-fun): Test member*, assoc*, rassoc*, delete* here too.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 02 Jan 2011 16:18:26 +0000
parents f87bb35a6b94
children 287499ff4c5f 89331fa1c819
comparison
equal deleted inserted replaced
5328:dae3d95cf319 5329:7b391d07b334
1 2011-01-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/lisp-tests.el (test-fun): Test member*, assoc*,
4 rassoc*, delete* here too.
5
1 2010-12-30 Aidan Kehoe <kehoea@parhasard.net> 6 2010-12-30 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * automated/lisp-tests.el (wrong-type-argument): Add a missing 8 * automated/lisp-tests.el (wrong-type-argument): Add a missing
4 parenthesis here. 9 parenthesis here.
5 Make sure #'count #'position #'find #'delete* #'remove* #'reduce 10 Make sure #'count #'position #'find #'delete* #'remove* #'reduce