view lisp/sb-pg-minus.xpm @ 83175:257f5492d958

Prevent the previous bug from reappearing later. * lisp/emulation/viper-util.el: Unconditionally fset viper-get-face and viper-color-defined-p under Emacs. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-215
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 10 Jul 2004 22:37:50 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_pg_minus_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #828282",
"#	c #FFFFFF",
"       ............ ",
"      .++++++++++++@",
"     .++##########+@",
"    .+#+##########+@",
"   .+##+##########+@",
"  .+###+##########+@",
" .+####+##########+@",
".+++++++#+++++####+@",
".+########.....###+@",
".+################+@",
".+################+@",
".+################+@",
".+################+@",
".++++++++++++++++++@",
" @@@@@@@@@@@@@@@@@@ "};