Mercurial > hg > xemacs-beta
view etc/custom/radio0.xpm @ 5003:6b6b0f8ab749
#'union doesn't preserve relative order; use #'delete-duplicates instead.
2010-02-07 Aidan Kehoe <kehoea@parhasard.net>
* setup-paths.el (paths-find-emacs-roots)
(paths-construct-info-path):
* packages.el (packages-find-installation-package-directories):
#'union doesn't guarantee that it will preserve the relative order
of elements in its arguments; use #'delete-duplicates
instead. Thank you for the bug reports, Robert Pluim, Stephen
Turnbull.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 07 Feb 2010 14:37:35 +0000 |
parents | 8fc7fe29b841 |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ static char * radio0_xpm[] = { "12 11 4 1", " c #FFFFFFFFFFFF s background", ". c #E6E6E6E6E6E6", "X c #BFBFBFBFBFBF", "o c #737373737373", " .. ", " .... ", " ..XX.. ", " ..XXXX.. ", " ..XXXXXX.. ", "ooXXXXXXXXoo", " ooXXXXXXoo ", " ooXXXXoo ", " ooXXoo ", " oooo ", " oo "};