view etc/letter.xpm @ 70627:61cffb1025d1

(Buffer Names): Add index entries for buffers whose names begin with a space. (Creating Buffers): Document that undo is turned off in buffers whose names begin with a space.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 12 May 2006 18:23:23 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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