view etc/images/separator.xpm @ 104076:5a8c46298f5a

* view.el (view-mode-enable): Don't define Helper-return-blurb if it's not needed.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 26 Jul 2009 23:06:49 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};