]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't provide utf-16.
authorKenichi Handa <handa@m17n.org>
Tue, 1 Oct 2002 06:56:40 +0000 (06:56 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 1 Oct 2002 06:56:40 +0000 (06:56 +0000)
lisp/ChangeLog
lisp/international/utf-16.el

index 1bd9ef4a12dce11c188b40c1b663b35efb96f168..6f3013c900b4beead7eaddf5817f873e8b1a19a9 100644 (file)
@@ -1,5 +1,7 @@
 2002-10-01  Kenichi Handa  <handa@m17n.org>
 
+       * international/utf-16.el: Don't provide utf-16.
+
        * international/utf-8.el (ccl-decode-mule-utf-8): Remove
        unnecessary line.
 
@@ -92,7 +94,7 @@
        utf-8-translation-table-for-encode.
 
        * international/mule-diag.el (describe-coding-system): Describe
-       `dependency' property..
+       `dependency' property.
 
        * international/mule-conf.el (emacs-mule): Add property
        `composition'.
index 6ccac419f57bd975c412904410330741cde7fc38..acede2cf25c0e8cbd6f0bb6b2b430320867a1730 100644 (file)
@@ -280,6 +280,4 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
 (define-coding-system-alias 'utf-16-le 'mule-utf-16-le)
 (define-coding-system-alias 'utf-16-be 'mule-utf-16-be)
 
-(provide 'utf-16)
-
 ;;; utf-16.el ends here