diff lisp/ChangeLog @ 4271:fdf43260ae29

[xemacs-hg @ 2007-11-15 15:24:20 by aidan] Eliminate clean build build-failures on Mule
author aidan
date Thu, 15 Nov 2007 15:24:24 +0000
parents 75d0292c1bff
children 3262a7b15d95
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Nov 15 10:05:16 2007 +0000
+++ b/lisp/ChangeLog	Thu Nov 15 15:24:24 2007 +0000
@@ -1,3 +1,13 @@
+2007-11-15  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* code-files.el (write-region):
+	Call #'find-coding-system on the (possible) coding system argument
+	before checking it with #'coding-system-p; the latter function
+	gives false results when passed coding system names as symbols. 
+
+	Preserve the old order of determination of the coding system
+	better.
+
 2007-11-14  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* unicode.el (unicode-error-default-translation-table):