view etc/letter.xpm @ 72409:4130a8f38950

(custom-newline): New function. (custom-mode-map): Bind newline to custom-newline.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Aug 2006 05:05:08 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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