annotate etc/toolbar/disk-up.xbm @ 5400:aa78b0b0b289

Add various Common Lisp character functions, making porting CL code easier. 2011-04-17 Aidan Kehoe <kehoea@parhasard.net> * cl-extra.el: * cl-extra.el ('char<): New. * cl-extra.el ('char>=): New. * cl-extra.el ('char>): New. * cl-extra.el ('char<=): New. * cl-extra.el (alpha-char-p): New. * cl-extra.el (graphic-char-p): New. * cl-extra.el (standard-char-p): New. * cl-extra.el (char-name): New. * cl-extra.el (name-char): New. * cl-extra.el (upper-case-p): New. * cl-extra.el (lower-case-p): New. * cl-extra.el (both-case-p): New. * cl-extra.el (char-upcase): New. * cl-extra.el (char-downcase): New. * cl-extra.el (integer-length): New. Add various functions dealing (mainly) with characters, making some Common Lisp code easier to port. * descr-text.el (describe-char-unicode-data): Add an autoload for this function, used by #'char-name.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 17 Apr 2011 11:14:38 +0100
parents 376386a54a3c
children 7910031dd78a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 #define noname_width 28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 #define noname_height 28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 static char noname_bits[] = {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 0x00,0x00,0x00,0x00,0x00,0xe0,0xff,0x7f,0x00,0x20,0x01,0x48,0x00,0x20,0x01,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 0x48,0x00,0x20,0x01,0x68,0x00,0x20,0x01,0x48,0x00,0x20,0x01,0x48,0x00,0x20,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 0x01,0x48,0x00,0x20,0x01,0x48,0x00,0x20,0x01,0x48,0x00,0x20,0xff,0x4f,0x00,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 0x20,0x00,0x40,0x00,0x20,0x00,0x40,0x00,0x20,0xff,0x4f,0x00,0x20,0x01,0x49,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 0x00,0x20,0x01,0x49,0x00,0x20,0x01,0x49,0x00,0x40,0x01,0x49,0x00,0x80,0xff,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 0x7f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 0x00,0x00,0x00,0x00,0x00,0x00,0x00};