view etc/images/separator.xpm @ 111143:42dfe6f887b0

* emacs.c (argmatch): Don't treat "--" as "--chdir".
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 24 Oct 2010 12:00:57 -0400
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

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