view etc/letter.xpm @ 72442:384cd9b2e977

(whitespace-cleanup-internal): New optional arg REGION-ONLY. If it's non-nil, modify the message to the user accordingly. (whitespace-cleanup-region): Call whitespace-cleanup-internal with a non-nil argument.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 18 Aug 2006 12:50:08 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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