view etc/images/separator.xpm @ 107077:25a0d9b486ba

iswitchb.el (iswitchb-completions): Add bookmark files to the list of files considered for "virtual buffer" completions.
author jwiegley@gmail.com
date Wed, 03 Feb 2010 15:47:25 -0500
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

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