annotate etc/custom/down-pushed.xpm @ 5263:0d436a78c514

Add an implementation for #'the, cl-macs.el lisp/ChangeLog addition: 2010-09-16 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (the): Add a docstring and an implementation for this macro. * bytecomp.el (byte-compile-initial-macro-environment): Add #'the to this, checking byte-compile-delete-errors to decide whether to make the type assertion. Change the initvalue to use backquote and preceding commas for the lambda expressions, to allow the latter to be compiled.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 16 Sep 2010 13:36:03 +0100
parents 43dd3413c7c7
children 7910031dd78a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
1 /* XPM */
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
2 static char * down[] = {
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
3 "10 10 5 1",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
4 " c Gray40",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
5 ". c Gray40",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
6 "X c Gray90",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
7 "o c none",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
8 "O c Gray75",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
9 " ",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
10 ".. XX",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
11 "o..OOOOXXo",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
12 "o..OOOOXXo",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
13 "oo..OOXXoo",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
14 "oo..OOXXoo",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
15 "ooo..XXooo",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
16 "ooo..XXooo",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
17 "oooo.Xoooo",
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents:
diff changeset
18 "oooo.Xoooo"};