view etc/images/smilies/sad.xpm @ 72233:43fdd7c68976

(font-lock-extend-region-function, font-lock-extend-region): Move to font-lock.el.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 01 Aug 2006 19:09:27 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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