view etc/images/gud/print.xpm @ 82058:b9e06163e85b

(vc-stay-local-p): Fix bug: Avoid remove-if-not. Also, if FILE is a list, return non-nil if any of its elements should stay local. Update docstring.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Mon, 23 Jul 2007 19:44:56 +0000
parents 8d47733bcd93
children
line wrap: on
line source

/* XPM */
static char * print_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"         ... ...        ",
"          ... ...       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ... ..        ",
"          .. ..         ",
"          ..            ",
"          ..            ",
"          ..            ",
"         ....           ",
"                        ",
"                        ",
"                        "};