view etc/letter.xpm @ 89068:6ba025c9a3d1

(Fset_buffer_multibyte, Fset_buffer_multibyte): Fix type error.
author Dave Love <fx@gnu.org>
date Thu, 05 Sep 2002 16:59:44 +0000
parents 292640c5a4d0
children bc20bf61a6e9
line wrap: on
line source

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