view etc/images/smilies/indifferent.xpm @ 104156:226d6219da5a

* abbrev.el (insert-abbrev-table-description): Prettify output. Suggested by Karl Chen.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 04 Aug 2009 20:06:03 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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