view lisp/toolbar/lc-up_arrow.xpm @ 57439:e12200cc9b00

(kmacro-insert-counter, kmacro-add-counter): Use and reset kmacro-initial-counter-value if set. (kmacro-set-counter): Only set kmacro-counter if defining or executing macro. Set kmacro-initial-counter-value otherwise. Never set both. (kmacro-display): Show macro counter if non-zero.
author Kim F. Storm <storm@cua.dk>
date Mon, 11 Oct 2004 22:13:20 +0000
parents e3fc28ed75ac
children
line wrap: on
line source

/* XPM */
static char * up_arrow2_xpm[] = {
"24 24 8 1",
" 	c None",
".	c #87AF85",
"+	c #000100",
"@	c #504D46",
"#	c #6B6B66",
"$	c #BBBDBA",
"%	c #FFFFFF",
"&	c #3E4850",
"                        ",
"                        ",
"           +            ",
"          &$+           ",
"         +%.@+          ",
"        +%...@+         ",
"       +%.....@+        ",
"      +%......#@+       ",
"     +%.......##@+      ",
"    +%$$.....#@@@@+     ",
"   +++++$.....@+++++    ",
"       +$....#@+        ",
"       +$....#@+        ",
"       +$...##@+        ",
"       +$...##@+        ",
"       +$...##@+        ",
"       +...#@@@+        ",
"       +++++++++        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};