view etc/custom/check0.xpm @ 4319:74d00c7cc134

Specify coding-system-for-write, add a coding cookie in #'write-abbrev-file. 2007-12-09 Aidan Kehoe <kehoea@parhasard.net> * abbrev.el (write-abbrev-file): Write FILE using escape-quoted, as a coding system. Add a coding cookie to specify exactly what coding system was used (escape-quoted is aliased to binary on non-Mule). Thank you for the bug report, Uwe Brauer. This bug would have been resolved ages ago if we had merged Dave Love's 2002 changes from GNU. Nope, I didn't merge the whole file when doing this.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 09 Dec 2007 18:31:41 +0100
parents 8fc7fe29b841
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char * check0_xpm[] = {
"11 11 3 1",
" 	c #E6E6E6E6E6E6",
".	c #737373737373",
"X	c #BFBFBFBFBFBF",
"           ",
"          .",
"  XXXXXXX..",
"  XXXXXXX..",
"  XXXXXXX..",
"  XXXXXXX..",
"  XXXXXXX..",
"  XXXXXXX..",
"  XXXXXXX..",
"  .........",
" .........."};