comparison tests/ChangeLog @ 5346:b4ef3128160c

Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq. lisp/ChangeLog addition: 2011-01-23 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (delete): * cl-macs.el (delq): * cl-macs.el (remove): * cl-macs.el (remq): Don't use the compiler macro if these functions were given the wrong number of arguments, as happens in lisp-tests.el. * cl-seq.el (remove, remq): Removed. I added these to subr.el, and forgot to remove them from here. tests/ChangeLog addition: 2011-01-23 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el (test-fun): #'delete* and friends can now throw a wrong-type-argument if handed a non-sequence; accept this too when checking for an error when passing a fixnum as the SEQUENCE argument. Check #'remove*, #'remove and #'remq too.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 23 Jan 2011 13:13:54 +0000
parents ba62563ec7c7
children fd441b85d760
comparison
equal deleted inserted replaced
5345:db326b8fe982 5346:b4ef3128160c
1 2011-01-23 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/lisp-tests.el (test-fun):
4 #'delete* and friends can now throw a wrong-type-argument if
5 handed a non-sequence; accept this too when checking for an error
6 when passing a fixnum as the SEQUENCE argument.
7 Check #'remove*, #'remove and #'remq too.
8
1 2011-01-15 Aidan Kehoe <kehoea@parhasard.net> 9 2011-01-15 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * automated/lisp-tests.el (list): Test #'concatenate, especially 11 * automated/lisp-tests.el (list): Test #'concatenate, especially
4 with more complicated TYPEs, which were previously not accepted by 12 with more complicated TYPEs, which were previously not accepted by
5 the function. 13 the function.