Mercurial > hg > xemacs-beta
view etc/recycle.xpm @ 5461:568ec109e73d
Check types (unless `byte-compile-delete-errors' is t), #'char<, #'char=, etc.
src/ChangeLog addition:
2011-04-23 Aidan Kehoe <kehoea@parhasard.net>
* editfns.c:
* editfns.c (syms_of_editfns):
Implement #'char= in cl-extra.el, not here, accepting more than
two arguments as Common Lisp specifies.
lisp/ChangeLog addition:
2011-04-23 Aidan Kehoe <kehoea@parhasard.net>
* cl-extra.el (define-char-comparisons):
Add type-checking when the various character-specific comparison
predicates are used; don't check types if
byte-compile-delete-errors is non-nil at compile-time, instead use
the corresponding built-in numeric byte codes.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 23 Apr 2011 22:42:10 +0100 |
parents | 3ecd8885ac67 |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ /* A recycle logo, artist unknown, converted to xpm by jwz */ static char *recycle[] = { /* width height ncolors chars_per_pixel x_hot y_hot */ " 51 51 4 1 26 23", /* colors */ " c None m None", "# c black m black", "- c chartreuse1 m #7fff0f", "@ c chartreuse4 m #4f8f0f", /* pixels */ " ", " ################### ", " ##------------##@@-@-## ", " #-------------#@@@-@----# ", " #-------------#@@@-@------# ", " #------------#@@@-@-------# ", " #-------------##@-@---------# ### ", " #------------# #-@----------# ##@## ", " #-------------# #@------------##-## ", " #------------# #---------------# ", " #-------------# #--------------# ", " #------------# #------------@# ", " #-------------# #------------# ", " ##----------# #----------# ", " ##--------# ##---------@# ", " ##-----# ###-----------# ", " ##---# ############## ### ", " ############## ### ##--# ", " #------------## # ##-----# ", " ##-----------# ##-------# ", " ##---------## ##----------# ", " #----------# #------------# ", " #------------# #-------------# ", " #------------## #------------# ", " #--------------# #-------------# ", " #---------------# #------------# ", " #------------#--## #------------# ", " #-----------####-# #-----------# ", " #-----------# ## ## #-----------# ", " #---------# ## #---------# ", " #---------# #-# #---------# ", " #-------# #-# #-------# ", " #-------# #--# #----@@## ", " #-----############# #--############### ", " #-----#@@@-@------# #----------------@# ", " #---#@@@-@-------# #---------------@# ", " #---#@@-@--------# #----------------@# ", " #-#@@-@---------# #---------------@# ", " #-#@@@----------# #----------------@# ", " #@@@-----------# #----------------# ", " #@@@-----------# #--------------@# ", " #@@-----------# #-------------@# ", " #------------# #-----------@# ", " ##----------# #---------@## ", " ########### #--####### ", " #--# ", " #-# ", " #-# ", " ## ", " ## ", " " };