view etc/images/letter.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 a888cc87aa4f
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};