diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Dec 09 15:10:46 2007 +0100
+++ b/lisp/ChangeLog	Sun Dec 09 18:31:41 2007 +0100
@@ -1,3 +1,15 @@
+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.
+
 2007-12-09  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* unicode.el (load-unicode-mapping-tables):