Mercurial > hg > xemacs-beta
view etc/custom/right.xpm @ 1439:dea9705187d3
[xemacs-hg @ 2003-05-01 02:29:00 by youngs]
2003-05-01 Steve Youngs <youngs@xemacs.org>
* package-get.el (package-get-require-signed-base-updates): Force
default to nil while I sort out some PGP problems.
author | youngs |
---|---|
date | Thu, 01 May 2003 02:29:00 +0000 |
parents | 43dd3413c7c7 |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ static char * right_xpm[] = { "10 10 5 1", " c Gray90", ". c Gray90", "X c none", "o c Gray75", "O c Gray40", " .XXXXXXXX", " ...XXXXXX", " ....XXXX", " oo....XX", " oooo....", " ooooOOOO", " ooOOOOXX", " OOOOXXXX", " OOOXXXXXX", " OXXXXXXXX"};