Mercurial > hg > xemacs-beta
view etc/custom/right-pushed.xpm @ 5317:8aa511adfad6
#'delete-duplicates: don't attempt to compiler macroexpand with bad arguments
2010-12-29 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (delete-duplicates):
If the form has an incorrect number of arguments, don't attempt a
compiler macroexpansion.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 29 Dec 2010 23:56:57 +0000 |
parents | 43dd3413c7c7 |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ static char * right_xpm[] = { "10 10 5 1", " c Gray40", ". c Gray40", "X c none", "o c Gray75", "O c Gray90", " .XXXXXXXX", " ...XXXXXX", " ....XXXX", " oo....XX", " oooo....", " ooooOOOO", " ooOOOOXX", " OOOOXXXX", " OOOXXXXXX", " OXXXXXXXX"};