annotate etc/custom/face.xpm @ 4415:bceb3e285ae7

case-tests.el: fix it on non-DEBUG_XEMACS; save standard-case-table, use it 2008-01-30 Aidan Kehoe <kehoea@parhasard.net> * automated/case-tests.el (pristine-case-table): New var, reflecting the standard case table before case-table.el messes with it. * automated/case-tests.el: Call Skip-Test-Unless correctly, following Vin's report of 20a807210801300635v7533d26rdb32a8d82fb4239b@mail.gmail.com . Use pristine-case-table, add in a couple more tests. * automated/test-harness.el (test-harness-from-buffer): Update the error message in the light of tests skipped for other reasons (not to do with absent packages). In this case, because we're exposing diagnostics in a DEBUG_XEMACS build that are no appropriate to expose to non-DEBUG_XEMACS builds.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 30 Jan 2008 22:33:29 +0100
parents 5a88923fcbfe
children 7910031dd78a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
1 /* XPM */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
2 static char *face[] = {
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
3 /* width height num_colors chars_per_pixel */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
4 " 17 17 4 1",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
5 /* colors */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
6 ". c #000000",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
7 "a c #a8b038",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
8 "b c #f8f800",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
9 "c s None c None",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
10 /* pixels */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
11 "ccccccccccccccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
12 "ccccccccccccccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
13 "cccccbbbbbbcccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
14 "ccccbbbbbbbbccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
15 "cccbbbbbbbbbbcccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
16 "ccbbbbbbbbbbbbccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
17 "cbbaaabbbbaaabbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
18 "cbbbbbbbbbbbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
19 "cbbbbbbaabbbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
20 "cbbbbbbaabbbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
21 "cbbbbbbaabbbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
22 "cbbbbbaaaabbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
23 "ccbbabbbbbbabbccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
24 "cccbbabbbbabbcccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
25 "ccccbbaaaabbccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
26 "cccccbbbbbbcccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
27 "ccccccccccccccccc"
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
28 };