view etc/letter.xpm @ 83424:e5cd70e447a8

Fix error during bootstrap. * lisp/cus-start.el: Fix compilation error. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-464
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 29 Dec 2005 01:18:49 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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