view etc/images/smilies/frown.xpm @ 93881:c0fe31fb3833

($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el rather than subdirs.el. It introduces an ugly circular dependency, tho.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 08 Apr 2008 22:12:12 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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