# HG changeset patch # User Dave Love # Date 1039202832 0 # Node ID 888a5e7f884ca615191eb07539722b490861a9dd # Parent 9052f7b28447bb558cd7bbb9b9aa5980a0040142 Revert last change. diff -r 9052f7b28447 -r 888a5e7f884c lisp/international/utf-8-subst.el --- 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