view etc/custom/right.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
line wrap: on
line source

/* XPM */
static char * right_xpm[] = {
"10 10 5 1",
" 	c Gray90",
".	c Gray90",
"X	c none",
"o	c Gray75",
"O	c Gray40",
" .XXXXXXXX",
" ...XXXXXX",
"  ....XXXX",
"  oo....XX",
"  oooo....",
"  ooooOOOO",
"  ooOOOOXX",
"  OOOOXXXX",
" OOOXXXXXX",
" OXXXXXXXX"};