view etc/letter.xpm @ 66545:751320d2d8b6

* startup.el (command-line): Use ~/.emacs.d/init.el instead of ~/.emacs.d/.emacs.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 30 Oct 2005 03:57:39 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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