view etc/images/custom/down.xpm @ 108520:a4cdc6d33cc6

* dos-fns.el: Add "dos-" prefix for namespace control. (convert-standard-filename): Define as alias for dos-convert-standard-filename but only if applicable.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 12 May 2010 20:35:07 -0400
parents 2c9f719ae74b
children
line wrap: on
line source

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