view etc/letter.xpm @ 69332:e1685cc1a657

* files.el (hack-local-variables-confirm): Set coding-system-for-read to nil before writing to .emacs.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 08 Mar 2006 02:24:47 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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