Mercurial > emacs
changeset 48695:888a5e7f884c
Revert last change.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 06 Dec 2002 19:27:12 +0000 |
parents | 9052f7b28447 |
children | 85612d482136 |
files | lisp/international/utf-8-subst.el |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/utf-8-subst.el Fri Dec 06 17:39:47 2002 +0000 +++ b/lisp/international/utf-8-subst.el Fri Dec 06 19:27:12 2002 +0000 @@ -20144,13 +20144,5 @@ (#x9F9D ?龝) (#x9FA0 ?龠))) -(let ((tab (make-char-table 'translation-table))) - (maphash (lambda (k v) - (aset tab k v)) - ucs-mule-cjk-to-unicode) - (register-char-codings 'mule-utf-8 tab) - (register-char-codings 'mule-utf-16-be tab) - (register-char-codings 'mule-utf-16-le tab)) - (provide 'utf-8-subst) ;;; utf-8-subst.el ends here