From: Kenichi Handa Date: Sun, 2 Aug 1998 01:06:57 +0000 (+0000) Subject: Call update-coding-systems-internal instead of X-Git-Tag: emacs-20.3~201 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4298d95ef17867fffce7c45b7f883ad26887ca62;p=emacs.git Call update-coding-systems-internal instead of update-iso-coding-systems. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index d98eda2d526..01133fbba71 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -87,7 +87,7 @@ (load "language/tibetan") (load "language/vietnamese") (load "language/misc-lang") -(update-iso-coding-systems) +(update-coding-systems-internal) (load "indent") (load "isearch")