view etc/images/gnus/dead.xpm @ 73351:29547db9ad61

(vc-ignore-dir-regexp): Make it into a defcustom. (vc-find-root): Don't walk higher up than ~.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 13 Oct 2006 05:22:33 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * dead_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++.+.+.+.++.",
".+++.+++.+++.",
".++.+.+.+.++.",
".+++++++++++.",
".+++++++++++.",
".+.+++++++.+.",
".++.......++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};