view etc/images/low-color/save.xpm @ 96524:d620ef3acfdc

* vc-git.el (vc-git-registered): Return true for removed files. (vc-git-print-log, vc-git-log-view-mode): Print a single log for all the files instead of one per file. (vc-git-previous-revision): Add support for project-wide previous revision when specified file is nil.
author Alexandre Julliard <julliard@winehq.org>
date Sat, 05 Jul 2008 18:42:07 +0000
parents 45a69ccc2f35
children
line wrap: on
line source

/* XPM */
static char * save_xpm[] = {
"24 24 12 1",
" 	c None",
".	c #000100",
"+	c #B0CCE2",
"@	c #6B6B66",
"#	c #EBA291",
"$	c #BBBDBA",
"%	c #7A98B0",
"&	c #974F3D",
"*	c #4D687C",
"=	c #FFFFFF",
"-	c #3E4850",
";	c #504D46",
"                        ",
"                        ",
"  ...................   ",
" .++@############$@++.  ",
" .+%@########&&#&&@%*.  ",
" .+%@######&#&#&&&@%*.  ",
" .+%@=============@%*.  ",
" .+%@=============@%*.  ",
" .+%@$$$$$$$$$$$$$@%*.  ",
" .+%@=============@%*.  ",
" .+%@=============@%*.  ",
" .+%@$$$$$$$$$$$$$@%@.  ",
" .+%@=============@%-.  ",
" .+%%@@@@@@@@@@@@@@%-.  ",
" .+%%%%%%%%%%%%%%%%%-.  ",
" .+%%%---**@@@@---%+-.  ",
" .+%%-$$====$$$$@**+-.  ",
" .+%%-$=@;;$$$$$-**+-.  ",
" .+%%-==@;;$$$$$-**+-.  ",
" .+%%-==;;;$$$==-**+-.  ",
" .%%%-$$;;;$$===-**+-.  ",
"  .**-$$$$$$==$$-**+-.  ",
"   ................-.   ",
"                        "};