view etc/letter.xpm @ 77018:35ca16426f7c

* net/tls.el (open-tls-stream): Properly handle case where there is no associated buffer.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 07 Apr 2007 03:51:48 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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