Mercurial > hg > xemacs-beta
annotate etc/toolbar/replace-up.xbm @ 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 | 376386a54a3c |
children | 7910031dd78a |
rev | line source |
---|---|
0 | 1 #define noname_width 28 |
2 #define noname_height 28 | |
3 static char noname_bits[] = { | |
4 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xf0,0x00, | |
5 0x00,0xc0,0x30,0x01,0x00,0xa0,0x31,0x01,0x00,0xa0,0xf1,0x01,0x00,0x10,0x33, | |
6 0x72,0x00,0xf0,0x33,0x32,0x00,0x08,0x36,0x52,0x00,0x08,0xf6,0x81,0x00,0x00, | |
7 0x00,0x80,0x00,0x00,0x10,0x80,0x00,0x00,0x08,0x80,0x00,0x00,0x08,0x40,0x00, | |
8 0x00,0x04,0x20,0x00,0x00,0x02,0x00,0x00,0x00,0x02,0x0f,0x00,0x00,0x81,0x11, | |
9 0x00,0xa0,0x80,0x01,0x00,0x60,0x80,0x01,0x00,0xe0,0x81,0x01,0x00,0x60,0x80, | |
10 0x01,0x00,0x00,0x80,0x11,0x00,0x00,0x00,0x0f,0x00,0x00,0x00,0x00,0x00,0x00, | |
11 0x00,0x00,0x00,0x00,0x00,0x00,0x00}; |