view etc/letter.xpm @ 47868:10e55e51ecdc

(byte-optimize-form-code-walker): Treat `ignore' specially--prevent warnings about functions called for effect, in its args. Don't warn when `pop' is used for effect.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Oct 2002 01:33:40 +0000
parents 292640c5a4d0
children bc20bf61a6e9
line wrap: on
line source

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