Mercurial > hg > xemacs-beta
diff tests/ChangeLog @ 4575:eecd28508f4a
Add #'subr-arity, API taken from GNU, implementation our own.
lisp/ChangeLog addition:
2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
* subr.el: Correct a comment, we now have #'syntax-after in
syntax.el.
(subr-arity): New.
Docstring and API taken initially from GNU's data.c, revision
1.275, GPLv2.
tests/ChangeLog addition:
2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el ():
Test #'subr-arity, recently added to subr.el.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 11 Jan 2009 13:18:42 +0000 |
parents | baf6c66f6f47 |
children | 1d11ecca9cd0 |
line wrap: on
line diff
--- a/tests/ChangeLog Sat Jan 03 15:41:34 2009 +0000 +++ b/tests/ChangeLog Sun Jan 11 13:18:42 2009 +0000 @@ -1,3 +1,8 @@ +2009-01-11 Aidan Kehoe <kehoea@parhasard.net> + + * automated/lisp-tests.el (): + Test #'subr-arity, recently added to subr.el. + 2009-01-03 Aidan Kehoe <kehoea@parhasard.net> * automated/ccl-tests.el (ccl-test-setup):