view etc/images/custom/down.xpm @ 111708:13061011e6ac

mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil, assuming that article displaying or another mml-preview may be interrupted for an error or for the like.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 25 Nov 2010 05:09:25 +0000
parents 2c9f719ae74b
children
line wrap: on
line source

/* XPM */
static char * down_xpm[] = {
"9 9 4 1",
" 	c none",
".	c black",
"x	c gray45",
"+	c white",
".........",
".x+++++x.",
" .+++++. ",
" .x+++x. ",
"  .+++.  ",
"  .x+x.  ",
"   .+.   ",
"   .x.   ",
"    .    "};