view etc/letter.xpm @ 59667:308beae8def9

2005-01-21 Ren?yllingstad <listmailxemacs@kyllingstad.com> * pcomplete.el: define pcomplete-read-event instead of read-event, since it's not a complete read-event implementation
author John Wiegley <johnw@newartisans.com>
date Fri, 21 Jan 2005 10:26:05 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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