view etc/letter.xpm @ 47302:9f4e1e4aded6

(diff-buffer-with-file): Call diff synchronously, so we don't delete the temporary file before diff has a chance to read it.
author Colin Walters <walters@gnu.org>
date Sat, 07 Sep 2002 21:30:37 +0000
parents 292640c5a4d0
children bc20bf61a6e9
line wrap: on
line source

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