view etc/letter.xpm @ 57675:5ee6ba47682f

(describe-mode): Fix 2004-10-13 change. Copy pure "Auto Fill" string so it can be propertized later without causing a read-only error.
author Kim F. Storm <storm@cua.dk>
date Sun, 24 Oct 2004 20:35:12 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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