view etc/letter.xpm @ 83087:efd88b526bdb

Fix bootstrap problems in CVS. lisp/vc-hooks.el (vc-file-not-found-hook): Fix assumed typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-127
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 28 Mar 2004 07:15:31 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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