view etc/recycle.xpm @ 4622:8cbca852bcd4

#'check-coding-systems-region: return nil on success, not t. lisp/ChangeLog addition: 2009-02-18 Aidan Kehoe <kehoea@parhasard.net> * coding.el (check-coding-systems-region): Return null on success, not t. See http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1723 tests/ChangeLog addition: 2009-02-18 Aidan Kehoe <kehoea@parhasard.net> * automated/query-coding-tests.el : Check that #'check-coding-systems-region returns null on success here, not t.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 18 Feb 2009 07:53:34 +0000
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 */
"                                                   ",
"                 ###################               ",
"               ##------------##@@-@-##             ",
"              #-------------#@@@-@----#            ",
"             #-------------#@@@-@------#           ",
"             #------------#@@@-@-------#           ",
"            #-------------##@-@---------#   ###    ",
"            #------------# #-@----------# ##@##    ",
"           #-------------# #@------------##-##     ",
"           #------------#   #---------------#      ",
"          #-------------#   #--------------#       ",
"          #------------#     #------------@#       ",
"         #-------------#     #------------#        ",
"          ##----------#       #----------#         ",
"            ##--------#      ##---------@#         ",
"              ##-----#    ###-----------#          ",
"                ##---#    ##############   ###     ",
" ##############   ###                    ##--#     ",
" #------------##    #                  ##-----#    ",
"  ##-----------#                     ##-------#    ",
"    ##---------##                  ##----------#   ",
"     #----------#                 #------------#   ",
"    #------------#                #-------------#  ",
"    #------------##                #------------#  ",
"   #--------------#                #-------------# ",
"   #---------------#                #------------# ",
"   #------------#--##               #------------# ",
"   #-----------####-#                #-----------# ",
"   #-----------#   ##          ##    #-----------# ",
"    #---------#                ##     #---------#  ",
"    #---------#               #-#     #---------#  ",
"     #-------#                #-#      #-------#   ",
"     #-------#               #--#      #----@@##   ",
"      #-----#############    #--###############    ",
"      #-----#@@@-@------#   #----------------@#    ",
"       #---#@@@-@-------#   #---------------@#     ",
"       #---#@@-@--------#  #----------------@#     ",
"        #-#@@-@---------#  #---------------@#      ",
"        #-#@@@----------# #----------------@#      ",
"         #@@@-----------# #----------------#       ",
"         #@@@-----------#  #--------------@#       ",
"          #@@-----------#  #-------------@#        ",
"           #------------#   #-----------@#         ",
"            ##----------#   #---------@##          ",
"              ###########    #--#######            ",
"                             #--#                  ",
"                              #-#                  ",
"                              #-#                  ",
"                               ##                  ",
"                               ##                  ",
"                                                   "
};