view etc/images/smilies/evil.xpm @ 84898:11d8147c948d

(byte-compile-resolve-functions): Use `mapc' rather than `mapcar'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 26 Sep 2007 00:13:09 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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