view etc/letter.xpm @ 83130:20f9fa3c5131

Fix environment variables on emacsclient frames. lisp/server.el (server-getenv): Fix string lookup in alist. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-170
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 23 May 2004 03:37:58 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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