view etc/letter.xpm @ 53894:0a356c1b7057

(window-safely-shrinkable-p): Don't change the buffer-list. Don't allow shrink if there's a window on our right.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 09 Feb 2004 00:52:41 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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