view etc/images/letter.xpm @ 103214:51502f108f8e

* tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorial buffer, since that is what the tutorial text assumes.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 12 May 2009 16:42:20 +0000
parents a888cc87aa4f
children
line wrap: on
line source

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