Mercurial > emacs
annotate lisp/toolbar/open.xpm @ 31797:b9e108c1c1bf
Some doc fixes.
(iswitchb-mode-map): Define completely initially. Inherit
minibuffer-local-map.
(iswitchb-completion-help) <!iswitchb-xemacs>: Use
fundamental-mode.
(iswitchb-global-map): New variable.
(iswitchb-summaries-to-end): Amalgamate regexps.
(iswitchb-mode): New.
(iswitchb-mode-hook): New variable.
(iswitchb) <defgroup>: Add URL link. Use group `completion', not
`extensions'.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 20 Sep 2000 22:47:50 +0000 |
parents | f115e74e9dd1 |
children | 03a8b6779868 |
rev | line source |
---|---|
31591 | 1 /* XPM */ |
2 static char * tb_open_xpm[] = { | |
3 "24 24 5 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #99907B", | |
7 "@ c #FFFEF7", | |
8 "# c #FFFFFF", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " .. ", | |
15 " ...++. ", | |
16 " .. ...++++@@#... ", | |
17 " .++..++++@@@@..++. ", | |
18 " .+++++@@@@@..++++. ", | |
19 " .++@@@@@..++++++. ", | |
20 " .++@@@..++++++++. ", | |
21 " .+@@.++++++++++. ", | |
22 " .++@.++++++++++. ", | |
23 " .+@.++++++++++. ", | |
24 " .++.++++++++.. ", | |
25 " .+.++++++.. ", | |
26 " .+.+++++. ", | |
27 " ..+++.. ", | |
28 " ..+.. ", | |
29 " .. ", | |
30 " ", | |
31 " ", | |
32 " "}; |