view etc/letter.xpm @ 55426:765deb51a826

(help-do-arg-highlight): Temporarily set ?\- to be a word constituent so FOO-ARG is not recognized as an arg. (help-highlight-arguments): Don't skip lists in mandatory arguments.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 07 May 2004 22:41:22 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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