view etc/letter.xpm @ 71008:ec0ff7478c19

Rewrite Ewoc entry and move from under "Incompatible Lisp Changes in Emacs 22.1" to under "Changes in Specialized Modes and Packages in Emacs 22.1".
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 27 May 2006 17:46:37 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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