comparison lisp/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 16c9098dd3d2
children 774e5c7522bf
comparison
equal deleted inserted replaced
4574:302136a857ec 4575:eecd28508f4a
1 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
2
3 * subr.el: Correct a comment, we now have #'syntax-after in
4 syntax.el.
5 (subr-arity): New.
6 Docstring and API taken initially from GNU's data.c, revision
7 1.275, GPLv2.
8
1 2009-01-01 Stephen J. Turnbull <stephen@xemacs.org> 9 2009-01-01 Stephen J. Turnbull <stephen@xemacs.org>
2 10
3 * descr-text.el (describe-char-unicodedata-file): 11 * descr-text.el (describe-char-unicodedata-file):
4 Nuke build-breaking computation from defcustom initializer. 12 Nuke build-breaking computation from defcustom initializer.
5 13