view etc/images/gnus/dead.xpm @ 66975:68a08be78536

* faces.el (face-attribute, set-face-attribute): Mention existence of `:ignore-defface' setting in docstring.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 18 Nov 2005 02:25:24 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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