view etc/images/gnus/save-aif.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_aif_xpm[] = {
"24 24 6 1",
" 	c None",
".	c #999999999999",
"X	c #E1E1E0E0E0E0",
"o	c #C7C7C6C6C6C6",
"O	c #000000000000",
"+	c #FFFFFFFFFFFF",
"                        ",
"                        ",
"       .............    ",
"       .XXXXXXXXXX.X..  ",
"       .XXXXXXXXXX.XX.  ",
"       .XXXXXXXXXX....  ",
"       .XXXXXXXXXXooo.  ",
"       .XXXXXXXXXXXXX.  ",
"       .XXXXXXXXXXXXX.  ",
"       .XXXXXXXXXXXXX.  ",
" OOOOOOOOOOOOOOXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..OOOOOOOOO.OXXXXXX.  ",
" O............OXXXXXX.  ",
" O............OXXXXXX.  ",
" O..OOOOOOOOO.O.......  ",
" O..OoooooO++.O         ",
" O..OoooooO++.O         ",
"  O.OoooooO++.O         ",
"   OOOOOOOOOOOO         "};