summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1998-09-16 07:21:31 +0000
committerKenichi Handa <handa@m17n.org>1998-09-16 07:21:31 +0000
commitf6f6b78f8f2a13410aa15ab5f3490f9f7aed15b1 (patch)
tree66422de27dce8542d508eb6ed2efd253577fc07e
parente2e7344e4bc6d67214673a652232219198713fd5 (diff)
downloademacs-f6f6b78f8f2a13410aa15ab5f3490f9f7aed15b1.tar.gz
Call update-coding-systems-internal at the tail.
-rw-r--r--lisp/international/mule-conf.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index c7489b642f3..abf1e1050a3 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -360,4 +360,6 @@
;;; Miscellaneous settings.
(aset latin-extra-code-table ?\222 t)
+(update-coding-systems-internal)
+
;;; mule-conf.el ends here