view etc/images/gnus/save-art.xpm @ 112412:647e164c1f3e

aclocal.m4: put this file back into repository This way, we don't have to assume that the maintainer has the automake package installed. See <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>. * .bzrignore: Remove aclocal.m4, undoing the previous change. * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4, undoing the previous change. * aclocal.m4: New file (actually, resurrected).
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 21 Jan 2011 23:18:23 -0800
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * save_art_xpm[] = {
"24 24 5 1",
" 	c None",
".	c #000000000000",
"X	c #FFFFFFFFFFFF",
"o	c #999999999999",
"O	c #C7C7C6C6C6C6",
"                        ",
"                        ",
"     .................. ",
"     ...XXXXXXXXXXXXX.. ",
"     .XX..XXXXXXXXX..X. ",
"     .XXXX..XXXXX..XXX. ",
"     .XXXXX......XXXXX. ",
"     .XXX..XX..XX..XXX. ",
"     .XX..XXXXXXXX..XX. ",
"     ...XXXXXXXXXXXX... ",
" ..............XXXXXXX. ",
" .oo.XXXXXXX.o......... ",
" .oo.XXXXXXX.o.         ",
" .oo.XXXXXXX.o.         ",
" .oo.XXXXXXX.o.         ",
" .oo.XXXXXXX.o.         ",
" .oo.........o.         ",
" .oooooooooooo.         ",
" .oooooooooooo.         ",
" .oo.........o.         ",
" .oo.OOOOO.XXo.         ",
" .oo.OOOOO.XXo.         ",
"  .o.OOOOO.XXo.         ",
"   ............         "};