Mercurial > hg > xemacs-beta
annotate etc/toolbar/disk-up.xbm @ 5461:568ec109e73d
Check types (unless `byte-compile-delete-errors' is t), #'char<, #'char=, etc.
src/ChangeLog addition:
2011-04-23 Aidan Kehoe <kehoea@parhasard.net>
* editfns.c:
* editfns.c (syms_of_editfns):
Implement #'char= in cl-extra.el, not here, accepting more than
two arguments as Common Lisp specifies.
lisp/ChangeLog addition:
2011-04-23 Aidan Kehoe <kehoea@parhasard.net>
* cl-extra.el (define-char-comparisons):
Add type-checking when the various character-specific comparison
predicates are used; don't check types if
byte-compile-delete-errors is non-nil at compile-time, instead use
the corresponding built-in numeric byte codes.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 23 Apr 2011 22:42:10 +0100 |
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,0x00,0x00,0x00,0xe0,0xff,0x7f,0x00,0x20,0x01,0x48,0x00,0x20,0x01, | |
6 0x48,0x00,0x20,0x01,0x68,0x00,0x20,0x01,0x48,0x00,0x20,0x01,0x48,0x00,0x20, | |
7 0x01,0x48,0x00,0x20,0x01,0x48,0x00,0x20,0x01,0x48,0x00,0x20,0xff,0x4f,0x00, | |
8 0x20,0x00,0x40,0x00,0x20,0x00,0x40,0x00,0x20,0xff,0x4f,0x00,0x20,0x01,0x49, | |
9 0x00,0x20,0x01,0x49,0x00,0x20,0x01,0x49,0x00,0x40,0x01,0x49,0x00,0x80,0xff, | |
10 0x7f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | |
11 0x00,0x00,0x00,0x00,0x00,0x00,0x00}; |