view lisp/gnus/save-art.xpm @ 82966:28d9e552d178

Merge some changes from Emacs/trunk: 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de> * gnus-mlspl.el (gnus-group-split-update): Fix docstring. 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca> * gnus-art.el: Use inhibit-read-only instead of buffer-read-only. (gnus-narrow-to-page): Don't assume point-min == 1. (gnus-article-edit-mode): Derive from message-mode. * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume point-min == 1. * imap.el (imap-parse-address-list, imap-parse-body-ext): Disable incorrect use of `assert'. [Emacs/trunk 2004-03-22] * message.el (message-mode): Set comment-start-skip. [Emacs/trunk 2004-03-04] 2004-08-22 Sam Steingold <sds@gnu.org> * pop3.el (pop3-leave-mail-on-server): New user variable. (pop3-movemail): Delete mail only when it is nil. [Emacs/trunk 2003-06-11]
author Reiner Steib <Reiner.Steib@gmx.de>
date Sun, 22 Aug 2004 19:35:29 +0000
parents 0fde48feb604
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.         ",
"   ............         "};