comparison tests/ChangeLog @ 5336:287499ff4c5f

Pass in the DEFAULT argument to position() as documented, #'find. src/ChangeLog addition: 2011-01-14 Aidan Kehoe <kehoea@parhasard.net> * fns.c (Ffind): Use the correct subr information here, pass in the DEFAULT keyword argument value correctly. tests/ChangeLog addition: 2011-01-14 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el (list): Test #'find, especially the :default keyword, not specified by Common Lisp.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 14 Jan 2011 23:16:25 +0000
parents 7b391d07b334
children ba62563ec7c7
comparison
equal deleted inserted replaced
5335:c9d31263ab7d 5336:287499ff4c5f
1 2011-01-14 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/lisp-tests.el (list): Test #'find, especially the
4 :default keyword, not specified by Common Lisp.
5
1 2011-01-02 Aidan Kehoe <kehoea@parhasard.net> 6 2011-01-02 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * automated/lisp-tests.el (test-fun): Test member*, assoc*, 8 * automated/lisp-tests.el (test-fun): Test member*, assoc*,
4 rassoc*, delete* here too. 9 rassoc*, delete* here too.
5 10