Mercurial > hg > xemacs-beta
view etc/gray1.xbm @ 5085:1ee30d3f9dd0
Handle the :from-end argument correctly, #'delete-duplicates compiler macro.
2010-03-02 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (delete-dups): New compiler macro for this function,
expanding to inline byte codes.
(delete-duplicates): Handle the :from-end argument correctly in
this compiler macro.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 02 Mar 2010 13:02:36 +0000 |
parents | 376386a54a3c |
children | 7910031dd78a |
line wrap: on
line source
#define bg2_width 16 #define bg2_height 16 static char bg2_bits[] = { 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};