From: Richard M. Stallman Date: Thu, 15 Aug 2002 20:22:17 +0000 (+0000) Subject: Load international/ucs-tables.elc. X-Git-Tag: emacs-pretest-21.2.91~119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a7cbd3b64eefe3471e9c0f6ede0bd42abf57c52;p=emacs.git Load international/ucs-tables.elc. Call ucs-unify-8859. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index dc91a6b086e..c88b63a58ee 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -106,6 +106,10 @@ (load "language/tibetan") (load "language/vietnamese") (load "language/misc-lang") + +(load "international/ucs-tables") +(ucs-unify-8859 'encode-only) + (update-coding-systems-internal) (load "indent")