view etc/letter.xpm @ 76749:6a1a4e97079e

(occur-next-error): *Occur* might not be displayed in the selected frame. Reported by David Hansen <david.hansen@gmx.net>.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 26 Mar 2007 15:09:52 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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