Mercurial > emacs
annotate lisp/toolbar/preferences.xpm @ 45132:c26266baaba5
(filesets-browse-dir-function): Renamed from ...-fn.
(filesets-open-file-function, filesets-save-buffer-function): Likewise.
(filesets-tree-max-level): Doc fix.
(filesets-commands, filesets-external-viewers)
(filesets-ingroup-patterns): Mark as risky.
(filesets-cache-hostname-flag): Doc fix.
(filesets-menu-cache-file): Doc fix. Mark as risky.
(filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
Don't defcustom them if running in Emacs.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 05 May 2002 01:55:25 +0000 |
parents | b45a8f9db907 |
children | 734ff40978ad |
rev | line source |
---|---|
31591 | 1 /* XPM */ |
38331 | 2 static char * preferences_xpm[] = { |
32452
8f4a34146a9d
Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents:
32389
diff
changeset
|
3 "24 24 8 1", |
38331 | 4 " c None", |
5 ". c #000000", | |
6 "+ c #E1E0E0", | |
7 "@ c #D7C99B", | |
8 "# c #9A6C4E", | |
9 "$ c #A4A199", | |
10 "% c #858579", | |
11 "& c #AD8E30", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " .. ", | |
16 " ..++. . ", | |
17 " ..++++. .@. ", | |
18 " ...+++++++. .@#. ", | |
19 " ..++++++++++. .@#. ", | |
20 " .++++++#++++++.@#. ", | |
21 " .+++++#++++++.@#. ", | |
22 " .++#+#+++++.@#. ", | |
23 " .++#$#++++.@#.+. ", | |
24 " .++##+++.@#.++@. ", | |
25 " .++++++.@#.+++@%. ", | |
26 " .++++&+..@$$$$%. ", | |
27 " .++++..$$$$$$@. ", | |
28 " .+$%%$+++++.. ", | |
29 " .+++++++++. ", | |
30 " .++++++.. ", | |
31 " .++++@. ", | |
32 " .++.. ", | |
33 " .. ", | |
34 " ", | |
35 " "}; |