Mercurial > hg > xemacs-beta
diff src/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 | b249c479f9e1 |
children | 906ccc7dcd70 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 11 13:39:35 2011 +0000 +++ b/src/ChangeLog Fri Jan 14 23:16:25 2011 +0000 @@ -1,3 +1,8 @@ +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. + 2011-01-10 Aidan Kehoe <kehoea@parhasard.net> * mc-alloc.c (get_used_list_index):