view etc/letter.xpm @ 66835:96e7147004a8

* bookmark.el (bookmark-maybe-message): New function to reduce code duplication: invokes `message' iff baud-rate is high enough. (bookmark-write-file): Use above instead of an inline conditional. (bookmark-load): Same.
author Karl Fogel <kfogel@red-bean.com>
date Sat, 12 Nov 2005 20:46:10 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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