aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international
diff options
context:
space:
mode:
authorDave Love <[email protected]>2002-12-06 19:27:12 +0000
committerDave Love <[email protected]>2002-12-06 19:27:12 +0000
commit2a0f890579d0678f48cfe94685433735d76b7d0b (patch)
tree4906f78223482d64882deb6e04e449093bdff0cb /lisp/international
parent202edd32b7a78e479c94ee8264a640d375f9c38e (diff)
Revert last change.
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/utf-8-subst.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/international/utf-8-subst.el b/lisp/international/utf-8-subst.el
index 8e5b4affe8..6049e6a09f 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