Mercurial > hg > xemacs-beta
view etc/custom/option.xpm @ 4487:866b84b7c97e
Remove interactive specs from #'mswindows-{short,long}-file-name,
2008-07-20 John Paul Wallington <jpw@pobox.com>
* nt.c (Fmswindows_short_file_name, Fmswindows_long_file_name):
Remove their interactive specs; they shouldn't be called interactively.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 26 Jul 2008 11:50:26 +0200 |
parents | 5a88923fcbfe |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ static char *option[] = { /* 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", "cccccbbbbbbcccccc", "ccccbbbbbbbbccccc", "cccbbbaaaabbbcccc", "ccbbbaaaaaabbbccc", "cbbbaabbbaabbbbcc", "cbbbaababaabbbbcc", "cbbbbbbbaabbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbbbbbbbbbbcc", "ccbbbbbaabbbbbccc", "cccbbbbaabbbbcccc", "ccccbbbbbbbbccccc", "cccccbbbbbbcccccc", "ccccccccccccccccc" };