view etc/letter.xpm @ 78730:7191ad0f348d

(lisp-indent-offset): Make defcustom. Add `safe-local-variable' property. (lisp-body-indent): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Sun, 02 Sep 2007 19:18:07 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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