aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-12-06 19:27:12 +0000
committerDave Love2002-12-06 19:27:12 +0000
commit2a0f890579d0678f48cfe94685433735d76b7d0b (patch)
tree4906f78223482d64882deb6e04e449093bdff0cb
parent202edd32b7a78e479c94ee8264a640d375f9c38e (diff)
downloademacs-2a0f890579d0678f48cfe94685433735d76b7d0b.tar.gz
emacs-2a0f890579d0678f48cfe94685433735d76b7d0b.zip
Revert last change.
-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 8e5b4affe8c..6049e6a09fb 100644
--- a/lisp/international/utf-8-subst.el
+++ b/lisp/international/utf-8-subst.el
@@ -20144,13 +20144,5 @@
20144 (#x9F9D ?龝) 20144 (#x9F9D ?龝)
20145 (#x9FA0 ?龠))) 20145 (#x9FA0 ?龠)))
20146 20146
20147(let ((tab (make-char-table 'translation-table)))
20148 (maphash (lambda (k v)
20149 (aset tab k v))
20150 ucs-mule-cjk-to-unicode)
20151 (register-char-codings 'mule-utf-8 tab)
20152 (register-char-codings 'mule-utf-16-be tab)
20153 (register-char-codings 'mule-utf-16-le tab))
20154
20155(provide 'utf-8-subst) 20147(provide 'utf-8-subst)
20156;;; utf-8-subst.el ends here 20148;;; utf-8-subst.el ends here