view etc/images/separator.xpm @ 94183:bade431b9780

* finder.el (finder-commentary): * subr.el (locate-library): Use locate-file-completion-table.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 19 Apr 2008 04:01:16 +0000
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};