view etc/images/separator.xpm @ 100639:752b6a20d191

(buffer-swapped-with): New variable. (basic-save-buffer-0): Most of basic-save-buffer moved here. (basic-save-buffer): Unswap the buffer temporarily if nec.
author Richard M. Stallman <rms@gnu.org>
date Mon, 22 Dec 2008 19:48:08 +0000
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};