view lisp/sb-pg.xpm @ 58718:9a437a7c791c

(kmacro-default-counter-format): New var. (kmacro-set-format): Use it. Delete `(printf format)' from prompt. (kmacro-display): Remove `nil' from `and' form. Delete call to `format' inside `message'. (kmacro-start-macro): Use `kmacro-default-counter-format'.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 02 Dec 2004 00:17:54 +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",
"       ............ ",
"      .++++++++++++@",
"     .++##########+@",
"    .+#+##########+@",
"   .+##+##########+@",
"  .+###+##########+@",
" .+####+##########+@",
".+++++++##########+@",
".+################+@",
".+################+@",
".+################+@",
".+################+@",
".+################+@",
".++++++++++++++++++@",
" @@@@@@@@@@@@@@@@@@ "};