Mercurial > hg > xemacs-beta
annotate etc/toolbar/paste-xx.xbm @ 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 | 376386a54a3c |
children | 7910031dd78a |
rev | line source |
---|---|
0 | 1 #define noname_width 28 |
2 #define noname_height 28 | |
3 static char noname_bits[] = { | |
4 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | |
5 0x00,0x00,0x90,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x04,0x42,0x00,0x00,0x00, | |
6 0x00,0x00,0x20,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x20,0x00,0x40,0x00,0x00, | |
7 0x00,0x00,0x00,0x20,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x20,0x10,0x60,0x00, | |
8 0x00,0x00,0x00,0x00,0x20,0xd0,0xef,0x01,0x00,0x00,0x00,0x00,0x20,0xd0,0x03, | |
9 0x01,0x00,0x00,0x00,0x00,0x20,0x10,0x00,0x01,0x00,0x00,0x00,0x00,0xe0,0x1f, | |
10 0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x01,0x00,0x00,0x00,0x00,0x00, | |
11 0x00,0x00,0x00,0x00,0x00,0x00,0x00}; |