aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1998-01-22 01:41:18 +0000
committerKenichi Handa1998-01-22 01:41:18 +0000
commitb3fffbb92b44fcf8017a3e2e2e543985020db158 (patch)
tree44d60abf22e0a633355b2fb2f81b691c5cfe34a7
parent1e9c7b7d916db7d9a54cb112bce8e6b03610b1b4 (diff)
downloademacs-b3fffbb92b44fcf8017a3e2e2e543985020db158.tar.gz
emacs-b3fffbb92b44fcf8017a3e2e2e543985020db158.zip
Call update-iso-coding-systems after loading files
under language subdir.
-rw-r--r--lisp/loadup.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index f6f460e3e08..081f967662c 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -79,6 +79,7 @@
79(load "language/tibetan") 79(load "language/tibetan")
80(load "language/vietnamese") 80(load "language/vietnamese")
81(load "language/misc-lang") 81(load "language/misc-lang")
82(update-iso-coding-systems)
82(load "indent") 83(load "indent")
83(load "isearch") 84(load "isearch")
84(load "window") 85(load "window")