Mercurial > emacs
annotate lisp/toolbar/lc-home.xpm @ 64678:2fdca9c174be
(ibuffer-columnize-and-insert-list, ibuffer-mouse-toggle-mark,
ibuffer-count-marked-lines, ibuffer-unmark-all, ibuffer-toggle-marks,
ibuffer-unmark-forward, ibuffer-unmark-backward,
ibuffer-compile-make-format-form, ibuffer-format-column,
ibuffer-current-buffers-with-marks, ibuffer-update-title-and-summary):
"?\ " -> "?\s".
(ibuffer): Doc fix.
(ibuffer-mode): Fix typo in docstring.
(ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare with
`define-obsolete-variable-alias'.
(ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 29 Jul 2005 15:10:37 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * home2_xpm[] = { | |
3 "24 24 11 1", | |
4 " c None", | |
5 ". c #000100", | |
6 "+ c #BBBDBA", | |
7 "@ c #FFFFFF", | |
8 "# c #6B6B66", | |
9 "$ c #504D46", | |
10 "% c #974F3D", | |
11 "& c #EBA291", | |
12 "* c #87AF85", | |
13 "= c #3E4850", | |
14 "- c #D15237", | |
15 " ", | |
16 " .. ", | |
17 " .... ..=. ", | |
18 " .%%..===.. ", | |
19 " .%%..$$#$.. ", | |
20 " .%..=+#++$.. ", | |
21 " ...$#+#++@$.. ", | |
22 " ..$+#++@+@+#.. ", | |
23 " ..#+++@+@+@+@#.. ", | |
24 " ..+++@+@+@+@+@+#.. ", | |
25 " ..+++++++++.....##.. ", | |
26 " ....@@@@@@@@.++@.#.... ", | |
27 " .+@.....@.+@@.#. ", | |
28 " .+@.&&%.@.+@@.#. ", | |
29 " .#@.&-%.@.....#. ", | |
30 " ..@.&-..++####.. ", | |
31 " ..@.&-%.@@@@@+. ", | |
32 " .+.&%%.+++++#. ", | |
33 " .+.-%%.@@@@@#. ", | |
34 " .................... . ", | |
35 " .****##$$$.**#$#$. ", | |
36 " .. ......... ...... ", | |
37 " ... ", | |
38 " "}; |