view etc/custom/down.xpm @ 5110:b24cf478a45e

make test backtraces smaller -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-03-06 Ben Wing <ben@xemacs.org> * test-harness.el: * test-harness.el (test-harness-backtrace): New. * test-harness.el (test-harness-assertion-failure-do-debug): * test-harness.el (test-harness-unexpected-error-do-debug): Use the print settings from edebug.el to make backtraces not be so huge.
author Ben Wing <ben@xemacs.org>
date Sat, 06 Mar 2010 21:13:19 -0600
parents 43dd3413c7c7
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char * down_xpm[] = {
"10 10 5 1",
" 	c Gray90",
".	c Gray90",
"X	c Gray40",
"o	c none",
"O	c Gray75",
"          ",
"..      XX",
"o..OOOOXXo",
"o..OOOOXXo",
"oo..OOXXoo",
"oo..OOXXoo",
"ooo..XXooo",
"ooo..XXooo",
"oooo.Xoooo",
"oooo.Xoooo"};