Mercurial > hg > xemacs-beta
annotate etc/custom/option.xpm @ 4325:948c9b232595
Avoid an error when clicking on Help -> Tutorials
APPROVE COMMIT
This is the patch of 18270.32449.777332.204409@parhasard.net , with slightly
different line numbers.
lisp/ChangeLog addition:
2007-12-11 Aidan Kehoe <kehoea@parhasard.net>
* mule/latin.el :
Specify tutorial-coding-system using dotted cons notation, since
it's not a list. Prevents an error in help-with-tutorial for these
languages.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 11 Dec 2007 21:56:18 +0100 |
parents | 5a88923fcbfe |
children | 7910031dd78a |
rev | line source |
---|---|
165 | 1 /* XPM */ |
2 static char *option[] = { | |
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 "cccbbbaaaabbbcccc", | |
16 "ccbbbaaaaaabbbccc", | |
17 "cbbbaabbbaabbbbcc", | |
18 "cbbbaababaabbbbcc", | |
19 "cbbbbbbbaabbbbbcc", | |
20 "cbbbbbbaabbbbbbcc", | |
21 "cbbbbbbaabbbbbbcc", | |
22 "cbbbbbbbbbbbbbbcc", | |
23 "ccbbbbbaabbbbbccc", | |
24 "cccbbbbaabbbbcccc", | |
25 "ccccbbbbbbbbccccc", | |
26 "cccccbbbbbbcccccc", | |
27 "ccccccccccccccccc" | |
28 }; |