Mercurial > hg > xemacs-beta
annotate etc/custom/face.xpm @ 1227:5636ae1c0234
[xemacs-hg @ 2003-01-22 20:31:52 by michaels]
2003-01-19 Mike Sperber <mike@xemacs.org>
* startup.el (normal-top-level): Compute `emacs-data-roots.' Call
`startup-setup-paths' with data-roots argument.
(emacs-data-roots): Add.
* dump-paths.el: Call `startup-setup-paths' with
data-roots argument.
(startup-setup-paths): Use `data-roots' instead of `roots' to find
packages.
Call `paths-find-emacs-roots' with `root-p' argument.
* make-docfile.el: Call `paths-find-emacs-roots' with `root-p' argument.
* find-paths.el (paths-emacs-data-root-p): Add.
(paths-find-emacs-roots): Parmeterize over `root-p.'
author | michaels |
---|---|
date | Wed, 22 Jan 2003 20:31:52 +0000 |
parents | 5a88923fcbfe |
children | 7910031dd78a |
rev | line source |
---|---|
165 | 1 /* XPM */ |
2 static char *face[] = { | |
3 /* width height num_colors chars_per_pixel */ | |
4 " 17 17 4 1", | |
5 /* colors */ | |
6 ". c #000000", | |
7 "a c #a8b038", | |
8 "b c #f8f800", | |
9 "c s None c None", | |
10 /* pixels */ | |
11 "ccccccccccccccccc", | |
12 "ccccccccccccccccc", | |
13 "cccccbbbbbbcccccc", | |
14 "ccccbbbbbbbbccccc", | |
15 "cccbbbbbbbbbbcccc", | |
16 "ccbbbbbbbbbbbbccc", | |
17 "cbbaaabbbbaaabbcc", | |
18 "cbbbbbbbbbbbbbbcc", | |
19 "cbbbbbbaabbbbbbcc", | |
20 "cbbbbbbaabbbbbbcc", | |
21 "cbbbbbbaabbbbbbcc", | |
22 "cbbbbbaaaabbbbbcc", | |
23 "ccbbabbbbbbabbccc", | |
24 "cccbbabbbbabbcccc", | |
25 "ccccbbaaaabbccccc", | |
26 "cccccbbbbbbcccccc", | |
27 "ccccccccccccccccc" | |
28 }; |