view etc/images/custom/right.xpm @ 107665:59e2adcb1095

* files.el (auto-mode-case-fold): Change default to t.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 30 Mar 2010 21:51:54 -0400
parents 2c9f719ae74b
children
line wrap: on
line source

/* XPM */
static char * right_xpm[] = {
"9 9 4 1",
" 	c none",
".	c black",
"x	c gray45",
"+	c white",
"..       ",
".x..     ",
".++x..   ",
".++++x.. ",
".++++++x.",
".++++x.. ",
".++x..   ",
".x..     ",
"..       "};