view etc/letter.xpm @ 57318:99238df8b246

(enriched-mode-map): Give `set-left-margin' and `set-right-margin' bindings that follow the minor mode conventions.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 04 Oct 2004 22:32:59 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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