aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/international/utf-16.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1bd9ef4a12d..6f3013c900b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12002-10-01 Kenichi Handa <handa@m17n.org> 12002-10-01 Kenichi Handa <handa@m17n.org>
2 2
3 * international/utf-16.el: Don't provide utf-16.
4
3 * international/utf-8.el (ccl-decode-mule-utf-8): Remove 5 * international/utf-8.el (ccl-decode-mule-utf-8): Remove
4 unnecessary line. 6 unnecessary line.
5 7
@@ -92,7 +94,7 @@
92 utf-8-translation-table-for-encode. 94 utf-8-translation-table-for-encode.
93 95
94 * international/mule-diag.el (describe-coding-system): Describe 96 * international/mule-diag.el (describe-coding-system): Describe
95 `dependency' property.. 97 `dependency' property.
96 98
97 * international/mule-conf.el (emacs-mule): Add property 99 * international/mule-conf.el (emacs-mule): Add property
98 `composition'. 100 `composition'.
diff --git a/lisp/international/utf-16.el b/lisp/international/utf-16.el
index 6ccac419f57..acede2cf25c 100644
--- a/lisp/international/utf-16.el
+++ b/lisp/international/utf-16.el
@@ -280,6 +280,4 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
280(define-coding-system-alias 'utf-16-le 'mule-utf-16-le) 280(define-coding-system-alias 'utf-16-le 'mule-utf-16-le)
281(define-coding-system-alias 'utf-16-be 'mule-utf-16-be) 281(define-coding-system-alias 'utf-16-be 'mule-utf-16-be)
282 282
283(provide 'utf-16)
284
285;;; utf-16.el ends here 283;;; utf-16.el ends here