comparison lisp/ChangeLog @ 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 15d36164ebd7
children 948c9b232595
comparison
equal deleted inserted replaced
4318:4d0f773d5e21 4319:74d00c7cc134
1 2007-12-09 Aidan Kehoe <kehoea@parhasard.net>
2
3 * abbrev.el (write-abbrev-file):
4 Write FILE using escape-quoted, as a coding system. Add a coding
5 cookie to specify exactly what coding system was used
6 (escape-quoted is aliased to binary on non-Mule). Thank you for
7 the bug report, Uwe Brauer.
8
9 This bug would have been resolved ages ago if we had merged
10 Dave Love's 2002 changes from GNU. Nope, I didn't merge the whole
11 file when doing this.
12
1 2007-12-09 Aidan Kehoe <kehoea@parhasard.net> 13 2007-12-09 Aidan Kehoe <kehoea@parhasard.net>
2 14
3 * unicode.el (load-unicode-mapping-tables): 15 * unicode.el (load-unicode-mapping-tables):
4 Call #'set-default-unicode-precedence wrapped with 16 Call #'set-default-unicode-precedence wrapped with
5 #'declare-fboundp, to avoid warnings on non-Mule builds. 17 #'declare-fboundp, to avoid warnings on non-Mule builds.