changeset 88797:ac14949a64e4

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 27 Jun 2002 18:40:25 +0000
parents d740bbf6ca68
children bd4ee6f57fb1
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jun 27 18:39:54 2002 +0000
+++ b/lisp/ChangeLog	Thu Jun 27 18:40:25 2002 +0000
@@ -1,3 +1,12 @@
+2002-06-27  Dave Love  <fx@gnu.org>
+
+	* international/mule.el (load-with-code-conversion): Fix
+	coding-system-type test.
+
+	* international/mule-cmds.el (sort-coding-systems): Comment out
+	iso-2022 case.
+	(encoded-string-description): Fix coding-system-type test.
+
 2002-06-24  Dave Love  <fx@gnu.org>
 
 	* international/characters.el: Make korean-ksc5601 double-width.
@@ -6,7 +15,7 @@
 	Emacs 20/1 byte-compiled files.
 
 	* international/mule-conf.el (file-coding-system-alist): Change
-	.elc to utf-8-Emacs.
+	.elc to utf-8-emacs.
 
 	* emacs-lisp/bytecomp.el (byte-recompile-directory)
 	(batch-byte-recompile-directory): Update from trunk.