view etc/images/separator.xpm @ 77035:e41186cc5b84

* cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node on Font locking which now mentions JIT lock.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 07 Apr 2007 17:05:51 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};