view etc/letter.xpm @ 76684:20327b8e8725

(c-make-emacs-variables-local): Use `mapcar' rather than `mapcan' to silence compiler warning.
author David Kastrup <dak@gnu.org>
date Fri, 23 Mar 2007 09:52:42 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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