view etc/images/separator.xpm @ 91689:2a8a6f33e88a

net/tramp.el (tramp-process-sentinel): Avoid error when process buffer killed.
author Michael Olson <mwolson@gnu.org>
date Sat, 09 Feb 2008 05:52:07 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};