Mercurial > hg > xemacs-beta
view etc/custom/folder.xpm @ 2578:1b8351656013
[xemacs-hg @ 2005-02-10 03:16:58 by ben]
Fix literal Mule chars in paragraphs.el
paragraphs.el: Don't have literal chars in the string and don't put the extended
chars in the string unless (featurep 'mule).
author | ben |
---|---|
date | Thu, 10 Feb 2005 03:16:59 +0000 |
parents | 5a88923fcbfe |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ static char *folder[] = { /* width height num_colors chars_per_pixel */ " 17 17 4 1", /* colors */ ". c #000000", "a c #a8b038", "b c #f8f800", "c s None c None", /* pixels */ "ccccccccccccccccc", "ccccccccccccccccc", "ccccccccccccccccc", "ccccccccccccccccc", "cccccccccaaaaaacc", "ccccccccaaaaaaacc", "cc......a.a.a.aac", "c.bbbbbbbbbbbbb.c", ".bbbbbbbbbbbbbb.c", ".bbbbbbbbbbbbbb.c", ".bbbbbbbbbbbbbb.c", ".bbbbbbbbbbbbbb.c", ".bbbbbbbbbbbbbb.c", ".bbbbbbbbbbbbbb.c", ".bbbbbbbbbbbbbb.c", ".bbbbbbbbbbbbbb.c", "a..............ac" };