comparison 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
comparison
equal deleted inserted replaced
4574:302136a857ec 4575:eecd28508f4a
1 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/lisp-tests.el ():
4 Test #'subr-arity, recently added to subr.el.
5
1 2009-01-03 Aidan Kehoe <kehoea@parhasard.net> 6 2009-01-03 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * automated/ccl-tests.el (ccl-test-setup): 8 * automated/ccl-tests.el (ccl-test-setup):
4 Use sane CCL programs for decoding and encoding with the test CCL 9 Use sane CCL programs for decoding and encoding with the test CCL
5 coding system by default. Correct a spelling in the docstring, add 10 coding system by default. Correct a spelling in the docstring, add