view etc/letter.xpm @ 53261:cfde5f632759

(ffap-read-file-or-url): Eliminate reliance of the call to `completing-read' on a recently fixed bug.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 24 Dec 2003 02:07:48 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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