view etc/images/smilies/frown.xpm @ 111023:a59302c4ca9e

ispell.el (ispell-aspell-find-dictionary): Fix aspell data file search (bug#7230).
author Agustin Martin <agustin.martin@hispalinux.es>
date Mon, 18 Oct 2010 18:01:43 +0200
parents 210af0ad3d35
children
line wrap: on
line source

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