view etc/letter.xpm @ 67626:1e6560c0f57a

(c-after-change-check-<>-operators): After-change-functions should not clobber the match data.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 16 Dec 2005 20:07:40 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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