annotate etc/custom/down.xpm @ 5064:501b5e84f5a7
remove unused var in test-harness
-------------------- ChangeLog entries follow: --------------------
tests/ChangeLog addition:
2010-02-22 Ben Wing <ben@xemacs.org>
* automated/test-harness.el (test-harness-from-buffer):
Remove unused binding.
author |
Ben Wing <ben@xemacs.org> |
date |
Mon, 22 Feb 2010 21:14:06 -0600 |
parents |
43dd3413c7c7 |
children |
7910031dd78a |
rev |
line source |
155
|
1 /* XPM */
|
|
2 static char * down_xpm[] = {
|
|
3 "10 10 5 1",
|
|
4 " c Gray90",
|
|
5 ". c Gray90",
|
|
6 "X c Gray40",
|
|
7 "o c none",
|
|
8 "O c Gray75",
|
|
9 " ",
|
|
10 ".. XX",
|
|
11 "o..OOOOXXo",
|
|
12 "o..OOOOXXo",
|
|
13 "oo..OOXXoo",
|
|
14 "oo..OOXXoo",
|
|
15 "ooo..XXooo",
|
|
16 "ooo..XXooo",
|
|
17 "oooo.Xoooo",
|
|
18 "oooo.Xoooo"};
|