view etc/images/separator.xpm @ 72233:43fdd7c68976

(font-lock-extend-region-function, font-lock-extend-region): Move to font-lock.el.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 01 Aug 2006 19:09:27 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};