Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 03 15:41:34 2009 +0000 +++ b/lisp/ChangeLog Sun Jan 11 13:18:42 2009 +0000 @@ -1,3 +1,11 @@ +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. + 2009-01-01 Stephen J. Turnbull <stephen@xemacs.org> * descr-text.el (describe-char-unicodedata-file):