Mercurial > emacs
annotate lisp/toolbar/lc-right_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 |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * right_arrow2_xpm[] = { | |
3 "24 24 6 1", | |
4 " c None", | |
5 ". c #87AF85", | |
6 "+ c #000100", | |
7 "@ c #BBBDBA", | |
8 "# c #6B6B66", | |
9 "$ c #504D46", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " + ", | |
14 " ++ ", | |
15 " +.+ ", | |
16 " +..+ ", | |
17 " ++++++++@..+ ", | |
18 " +@@@@@@@@@..+ ", | |
19 " +@@..........+ ", | |
20 " +..........@..+ ", | |
21 " +.............$+ ", | |
22 " +............$+ ", | |
23 " +...........$+ ", | |
24 " +.######...$+ ", | |
25 " ++++++++#.$+ ", | |
26 " +#$+ ", | |
27 " +$+ ", | |
28 " ++ ", | |
29 " + ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " "}; |