view lisp/sb-pg.xpm @ 55584:bdbbd721cc67

(describe-char-unicode-data, describe-char-unicodedata-file): Re-enable the unicode code now that the licensing issues have been cleared in the unicode-4 license. (describe-text-properties-1): Remove unused `overlay' var. (describe-char): Remove unused var `buffer'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 14 May 2004 05:02:18 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

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