view etc/images/separator.xpm @ 99227:d0781e01ee9c

* bookmark.el (bookmark-get-bookmark-record): Signal error for invalid bookmark.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 29 Oct 2008 18:21:50 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};