Mercurial > emacs
annotate lisp/sb-dir-plus.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 |
rev | line source |
---|---|
29131
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
55471 | 2 static char * sb_dir_plus_xpm[] = { |
3 "20 15 5 1", | |
29131
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
55471 | 5 ". c #B8B8B8", |
29131
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
7 "@ c #FFF993", |
55471 | 8 "# c #828282", |
9 " ...... ", | |
10 " .++++++. ", | |
11 ".+@@@@@@+......... ", | |
12 ".+@@@@@@@+++++++++. ", | |
13 ".+@@@@@@@@@@@@@@@@+#", | |
14 ".+@@@@@@@+@@@@@@@@+#", | |
15 ".+@@@@@@@+.@@@@@@@+#", | |
16 ".+@@@@@+++++@@@@@@+#", | |
17 ".+@@@@@@.+...@@@@@+#", | |
18 ".+@@@@@@@+.@@@@@@@+#", | |
19 ".+@@@@@@@@.@@@@@@@+#", | |
20 ".+@@@@@@@@@@@@@@@@+#", | |
21 ".+@@@@@@@@@@@@@@@@+#", | |
22 " #++++++++++++++++# ", | |
23 " ################ "}; |