1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Don't provide utf-16.

This commit is contained in:
Kenichi Handa 2002-10-01 06:56:40 +00:00
parent 1ee5b52092
commit ff14f63ea2
2 changed files with 3 additions and 3 deletions

View 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'.

View 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