view etc/images/separator.xpm @ 91704:bd5e4ff73402

* button.el (button-map): * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
author Jason Rumney <jasonr@gnu.org>
date Sat, 09 Feb 2008 22:48:06 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};