From: Dave Love Date: Fri, 6 Dec 2002 19:27:12 +0000 (+0000) Subject: Revert last change. X-Git-Tag: ttn-vms-21-2-B4~12134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a0f890579d0678f48cfe94685433735d76b7d0b;p=emacs.git Revert last change. --- diff --git a/lisp/international/utf-8-subst.el b/lisp/international/utf-8-subst.el index 8e5b4affe8c..6049e6a09fb 100644 --- a/lisp/international/utf-8-subst.el +++ b/lisp/international/utf-8-subst.el @@ -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