view etc/letter.xpm @ 80368:5c6cac0c06b4

** Emacs 22 lockup + CCL: Quited. http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00994.html Apparently fixed: http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg01071.html
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 25 Mar 2008 03:14:54 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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